Difference between revisions of "Team:SIAT-SCIE"

(Replaced content with "{{SIAT-SCIE}} <html> </html>")
Line 2: Line 2:
  
 
<html>
 
<html>
 +
<head>
 +
<style>
 +
*{ 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>
 +
</head>
 +
<body>
 +
    <div class="div1">ZSZSB</div>
 +
    <div class="div2">test</div>
 +
    <div class="div3">test1</div>
 +
</body>
 +
  
 
</html>
 
</html>

Revision as of 02:30, 14 October 2018

ZSZSB
test
test1