일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- THE ORAL CIGARETTES
- ASCA
- 나루토
- Django
- Sword art online
- 귀멸의 칼날
- 藤川千愛
- Mrs. GREEN APPLE
- 명령어
- アポトーシス
- 소드 아트 온라인
- NICO Touches the Walls
- Git
- Kisses and Kills
- ED
- Official髭男dism
- ラックライフ
- 文豪ストレイドッグス
- 드라마
- 소드아트온라인
- Yama
- sid
- 강철의 연금술사
- wms
- Lisa
- 容姿端麗な嘘
- angular
- シド
- OP
- きみの名前
Archives
- Today
- Total
목록CSS (1)
일본IT외노자생활
SASS(scss) 정리
.main { margin: 20px; padding: 20px; border-radius: 5px; background-color: #f567ae; h1 { color:#f8f8f8; font-size:34px; } p { color:#efefef; font-size:16px; } } main 안에 중첩해서 작성 .button { display: inline-block; padding: 8px 24px; color: white; opacity: 0.8; border-radius: 4px; background-color: #f778b8; cursor: pointer; box-shadow: 0 5px #e04893; &:hover{ opacity: 1; } &:active{ position: relativ..
IT/HTML,CSS,SASS,JS
2022. 10. 12. 15:19