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 | 29 | 30 | 31 |
Tags
- GIT
- 공룡게임
- Queue
- class
- AWS
- Dinosaur
- typeORM
- Python
- cookie
- dfs
- react
- jest
- Bull
- Sequelize
- MySQL
- MongoDB
- 정렬
- 게임
- mongoose
- nodejs
- Express
- 자료구조
- game
- flask
- JavaScript
- TypeScript
- Nest.js
- nestjs
- OCR
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