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