Difference between revisions of "Team:Lubbock TTU"

(Blanked the page)
Line 1: Line 1:
{{Lubbock_TTU}}
 
<html>
 
<head>
 
<title>Lubbock_TTU</title>
 
  
<link rel="stylesheet" type="text/css" href="../css/1934.css" />
 
</head>
 
<body>
 
    <div id="wrapper">
 
        <div id="header">
 
            <p>Header</p>
 
        </div>
 
        <div id="navigation">
 
            <p>Menu</p>
 
        </div>
 
        <div id="content">
 
          <p>Text</p>
 
      </div>
 
        <div id="footer">
 
            <p>Footer</p>
 
        </div>
 
    </div>
 
</body>
 
</html>
 
 
<script>
 
body {
 
    font-family: Verdana, Arial, Helvetica, sans-serif;
 
    font-size: 13px;
 
    color:#333
 
}
 
 
p {
 
    padding: 10px;
 
}
 
 
#wrapper {
 
    margin: 0 auto;
 
    width: 1000px;
 
}
 
 
#header {
 
    float: left;
 
    height: 75px;
 
    width: 1000px;
 
    background: #FF6633;
 
}
 
 
#navigation {
 
    float: left;
 
    height: 40px;
 
    width: 1000px;
 
    background: #FFCC33;
 
}
 
 
#content {
 
    float: left;
 
    background: #FFFFFF;
 
    width: 1000;
 
}
 
 
#footer {
 
    height: 40px;
 
    width: 1000px;
 
    background: #33FF66;
 
    clear: both;
 
}
 
</script>
 

Revision as of 16:25, 6 July 2016