일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 명령어
- ED
- 나루토
- アポトーシス
- 文豪ストレイドッグス
- 드라마
- Mrs. GREEN APPLE
- THE ORAL CIGARETTES
- 소드 아트 온라인
- NICO Touches the Walls
- 소드아트온라인
- Yama
- Git
- Django
- Lisa
- 藤川千愛
- 容姿端麗な嘘
- ASCA
- Official髭男dism
- きみの名前
- wms
- OP
- ラックライフ
- Sword art online
- 강철의 연금술사
- sid
- 귀멸의 칼날
- angular
- Kisses and Kills
- シド
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