Web Frontend/HTML_CSS
[ifp_html_css] CSS diner 01 ~ 10
홍유진
2022. 6. 3. 17:21
Level 1
palte {
}
Level 2
bento {
}
Level 3
#fancy { /*id 속성값은 #*/
}
Level 4
plate apple {
}
Level 5
#fancy pickle {
}
Level 6
.small {
}
Level 7
orange.small {
}
Level 8
bento orange.small {
}
Level 9
plate, bento {
}
Level 10
* {
}