Difference between revisions of "Team:Lubbock TTU"

Line 23: Line 23:
 
</body>
 
</body>
 
</html>
 
</html>
 +
 +
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;
 +
}

Revision as of 16:24, 6 July 2016

Lubbock_TTU

Text

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;

}