반응형 웹 연습 DOCTYPE html> CSS2/ex3.html * { margin:0;padding:0; } body {background: #fff;} a {text-decoration: none;} nav a:link, a:visited {color: #fff;} nav a:active {color: yellow;} h1 {font-size: 1.8em;} h2 {font-size: 1.3em;} p {font-size: 1.3em; line-height: 2.5;} li {font-size: 1em; line-height: 2;} /* 모바일 - 767px 이하 */ #container {width: 100%; margin: 0 auto;} header {width: 100%; height: 3.....
원문 링크 : 231120 WEB - CSS8