Difference between revisions of "Team:SIAT-SCIE"

(Replaced content with "{{SIAT-SCIE}} <html> </html>")
Line 1: Line 1:
 
{{SIAT-SCIE}}
 
{{SIAT-SCIE}}
<html>
 
  
 +
<!DOCTYPE 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;
 +
    }
  
</html>
+
.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>
 +
<div class="div1">ZSZSB</div>
 +
<div class="div2">test</div>
 +
<div class="div3">test1</div>
 +
</head>

Revision as of 02:20, 14 October 2018

<!DOCTYPE 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>