Difference between revisions of "Team:Lubbock TTU"

Line 24: Line 24:
 
</html>
 
</html>
  
 +
<script>
 
body {
 
body {
 
     font-family: Verdana, Arial, Helvetica, sans-serif;
 
     font-family: Verdana, Arial, Helvetica, sans-serif;
Line 65: Line 66:
 
     clear: both;
 
     clear: both;
 
}
 
}
 +
</script>

Revision as of 16:25, 6 July 2016

Lubbock_TTU

Text

<script> body {

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#333

}

p {

   padding: 10px;

}

  1. wrapper {
   margin: 0 auto;
   width: 1000px;

}

  1. header {
   float: left;
   height: 75px;
   width: 1000px;
   background: #FF6633;

}

  1. navigation {
   float: left;
   height: 40px;
   width: 1000px;
   background: #FFCC33;

}

  1. content {
   float: left;
   background: #FFFFFF;
   width: 1000;

}

  1. footer {
   height: 40px;
   width: 1000px;
   background: #33FF66;
   clear: both;

} </script>