Web
코딩야학(8일) - CSS 실습
광그로
2017. 6. 19. 22:00
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | header{ border-bottom:1px solid gray; padding:20px; } nav { border-right:1px solid gray; width:200px; height:600px; float:left; } nav ol{ list-style:none; } article{ float:left; padding:20px; } h2{ font-size:50px; color: red; } | cs |
1 | <link rel="stylesheet" href="http://localhost/style.css"> | cs |