Line 1: | Line 1: | ||
{{SIAT-SCIE}} | {{SIAT-SCIE}} | ||
− | < | + | < html> |
<head> | <head> | ||
Line 44: | Line 44: | ||
<div class="div3">test1</div> | <div class="div3">test1</div> | ||
</head> | </head> | ||
+ | </html> |
Revision as of 02:21, 14 October 2018
< html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style type="text/css">
- { margin:0; padding:0;overflow:hidden;}
body{ height:100%;} .div1{
width:200px; height:100%; position:absolute; top:0px; left:0px; bottom:0px; background-color:#FFFFFF; }
.div2{
width:800px; height:100%; position:absolute; top:0px; left:200px; bottom:0px; background-color:#FFF2E5; }
.div3{
height:100%; width:200px; position:absolute; top:0px; left:1000px; bottom:0px; right:0px; background-color:#FFFFFF; }
</style>
ZSZSB
test
test1
</head> </html>