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