Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- JavaScript
- OCR
- GIT
- Python
- typeORM
- Sequelize
- TypeScript
- MySQL
- cookie
- mongoose
- 게임
- nestjs
- class
- Nest.js
- 자료구조
- MongoDB
- game
- 정렬
- 공룡게임
- dfs
- Express
- Bull
- jest
- AWS
- react
- nodejs
- flask
- Dinosaur
- Queue
Archives
- Today
- Total
포시코딩
자주 쓰는 css 문법 세트 본문
728x90
배경이미지 넣기
background-image:
linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* 이미지 어둡게 */
url('이미지경로');
background-size: cover;
background-position: center;
내용 중앙정렬
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
모서리 굵기 무시
box-sizing: border-box;
728x90