๋ชฉ๋กKITRI/CSS (3)
๐ป

yahoo_header.css @charset "UTF-8"; body { margin: 0px;padding: 0px; } a { text-decoration: none; } li { list-style-type: none; } header { border: 1px solid #CCCCCC; width: 100%; } header > #header_nav { width: 100%; background-color: #2d1152; overflow: hidden; } header > #header_nav > .list { height: 50px; float:left; } header > #header_nav > .list li { margin-right: 20px; float: left; color: #F..

shop_header.css @charset "UTF-8"; *{ margin: 0px; padding: 0px; border: 0px; } a{ text-decoration: none; } li{ list-style-type: none; } #header{ width: 100%; border: 0px red solid; } #header > .gnb{ width: 100%; background-color: #353535; border: 0px yellow solid; } #header > .gnb > ul{ width: 1000px; height: 30px; border: 0px blue solid; line-height: 30px; margin: 0px auto; } #header > .gnb li{..

https://www.w3schools.com/css/default.asp CSS Tutorial CSS Tutorial CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed. This tutorial will teach you CSS from basic to advanced. Examples in Each Chapter This CSS tutorial contains hundreds of CSS e www.w3schools.com ์ ํ์ : ํ๊ทธ๋ฅผ ์ ํ, ๊ธฐ๋ณธ์ ํ์(Tag, Class, Id) ์คํ์ผ : ํ๊ทธ๋ฅผ ๊พธ๋ฉฐ์ค๋ค. ์๋ ํ์ธ์. ๋ฐ๊ฐ์ต๋๋ค. ์ฌ๋ฆ..