Team:GeorgiaState/Header
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
__NOTOC__<html lang="en"> | __NOTOC__<html lang="en"> | ||
<head> | <head> | ||
+ | |||
+ | body { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | color: #333; | ||
+ | font: normal 0.6em sans-serif,Arial; | ||
+ | background-color: #EDEDED; | ||
+ | background-image: url(../img/bg1.jpg); | ||
+ | background-repeat: repeat-x; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center top; | ||
+ | width: 100%; | ||
+ | } | ||
+ | </style> | ||
+ | <style type="text/css"> | ||
+ | .description {padding-left: 40px;} | ||
+ | h1 { | ||
+ | padding-left: 20px; | ||
+ | font:bold 16px/1.5em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif; | ||
+ | text-transform:uppercase; | ||
+ | letter-spacing:.0.5em; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
<div class="jimgMenu"> | <div class="jimgMenu"> |
Revision as of 13:22, 6 July 2011
body { margin:0; padding:0; color: #333; font: normal 0.6em sans-serif,Arial; background-color: #EDEDED; background-image: url(../img/bg1.jpg); background-repeat: repeat-x; background-attachment: fixed; background-position: center top; width: 100%; }