【教程】日系褌式布局(DIV内图片去边距)
褌(kūn)是什么意思请自行查找……
布局特色:纯CSS、响应式、图片无边距、分割线无边距。
*{box-sizing:border-box;vertical-align:top;max-width:100%;color:#333;font-weight:bold;}
html{background:#000 url(bg.jpg) no-repeat fixed center center/cover;}
body{margin:auto;padding:6px 20px 8px 20px;width:720px;background:rgb(255,255,255,0.6);}
img{margin:8px 0 8px -20px;max-width:calc(100% + 40px);border:0;}
hr{margin:8px 0 6px -20px;min-width:calc(100% + 40px);height:1px;background:#999;border:0;}