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