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
- scss
- carousel slider
- SASS
- layout
- TAG
- μΈλΌμΈλΈλ‘
- μλ°μ€ν¬λ¦½νΈ
- vscode
- μ κ°μ°μ°μ
- Em
- css
- ν©κ³ μκ³ λ¦¬μ¦
- html νκ·Έ
- νλ‘κ·Έλλ¨Έμ€
- ::before
- μΈλΌμΈ
- string
- js
- μκ³ λ¦¬μ¦
- input
- VSCODEλ¨μΆν€
- object
- HTML
- μ½λ©ν μ€νΈ
- float
- @mixin
- λ¬Έμμ΄
- javascript
- inline
- νλ‘κ·Έλλ¨Έμ€ μ½λ©ν μ€νΈ
Archives
- Today
- Total
Outputor
CSS nth-child μ λ ν° λ³Έλ¬Έ
CSS nth-child κ°λ¨ μ 리
- :nth-child(n) β‘ μνλ nλ²μ§Έ μμλ§ μ€νμΌμ μ€ μ μμ
- :nth-child(even) β‘ μ§μ
- :nth-child(odd) β‘ νμ
- :nth-child(3n + 0) β‘ 3μ λ°°μ
.box {
width: 100px;
height: 100px;
background: #fff;
border: 1px solid #000;
}
.box:nth-child(1) {
background-color: #1971c2;
}
.box:nth-child(even) {
background-color: #e64980;
}
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>
'π¨ CSS π»' μΉ΄ν κ³ λ¦¬μ λ€λ₯Έ κΈ
ν°νΈ Anti-aliasing (0) | 2021.12.31 |
---|---|
Pseudo-class μ λ ν° (0) | 2021.12.31 |
CSS input μ 리 (0) | 2021.12.31 |
μΈλΌμΈλΈλ‘(inline-block) margin μ κ±° (0) | 2021.12.29 |
::before ::after κ°μν΄λμ€ (0) | 2021.12.29 |