html, css/css
Css 깊이있게_1 Css 속성 Default value 정리
리셔시당
2017. 7. 22. 22:42
반응형
css 속성들이 엄청 많은데요..
이 중 저의 경험으로 자주 사용했던 것들만 정리 했습니다.
자주 사용 하는 것들은 외우는게 편하더라구요.
필요할때 마다 w3schools 에 검색하는것도 귀찮고 ㅎㅎㅎㅎ(none, 0, normal 이 은근 햇갈립니다..--;;)
정리하면서, 제가 사용은 안했지만 새로 알게 된 것도 함께 정리했습니다.
Property |
Default value |
display |
? https://www.w3schools.com/cssref/pr_class_display.asp 물음표라고 나와 있네요;; |
overflow |
visible |
position |
static |
float |
none |
z-index |
auto |
width, height |
auto |
max-width, max-height |
none |
margin, padding |
0 |
line-height, font-weight, letter-spacing |
normal |
text-indent |
0 |
font-size |
medium |
text-align |
left |
ps :
html element, css Default value는 이곳에 총 정리 되어 있습니다.
한번 훝어 보는 것도 좋을 것 같습니다. (https://www.w3schools.com/cssref/css_default_values.asp)