* {
box-sizing: border-box;
margin: 0;
}
body {
font-family: "DM Sans", sans-serif;
}
/* Reset CSS */
a {
text-decoration: none;
color: inherit;
}
button,
input,
textarea {
font-family: "DM Sans", sans-serif;
font-size:16px;
}
button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active{
box-shadow:none;
outline:none;
}
ol,
ul,
li {
list-style:none;
padding-left:0;
margin-left:0;
}
'CSS > learned_it_today' 카테고리의 다른 글
:root 색상 정리 (0) | 2020.10.27 |
---|---|
button hover했을 때 아래줄 생기게 하기 (0) | 2020.10.26 |
button, input, textarea의 font-family (0) | 2020.10.26 |
열거한 아이템들 사이 CSS로 ·(점) 넣기 (0) | 2020.10.26 |
.sr-only 스타일링 (0) | 2020.10.26 |