Q&A
보더색깔은 감안하고 봐주세요! .container { } .header-inner { border: 1px solid black; background-color: #eee; } header { height: 100px; width: 1200px; margin: auto; } header > div { height: 100px; border: 1px solid black; float: left; box-sizing: border-box; } .header-logo { width: 200px; float: left; } .navi { width: 600px; float: right; } .content-inner {} .slide { width: 1200px; margin: auto; } .slide > div { border: 1px solid black; height: 300px; } .items { width: 1200px; margin: auto; } .items > div { border: 1px solid black; height: 200px; float: left; box-sizing: border-box; } .news { width: 500px; } .banner { width: 350px; } .shortcut { width: 350px; } .footer-inner { border: 1px solid black; background-color: #eee; } footer { width: 1200px; margin: auto; overflow: hidden; } footer > div { border: 1px solid black; height: 100px; float: left; box-sizing: border-box; } .footer-logo { width: 200px; } .copyright { width: 1000px; } .copyright div { height: 50px; border: 1px solid black;
2021-04-06T17:26:32.841Z
Likes
1
Comments
3
Viewcount
614