Template:Washuback
From 2012.igem.org
(Difference between revisions)
BrianBasco (Talk | contribs) |
BrianBasco (Talk | contribs) |
||
(11 intermediate revisions not shown) | |||
Line 97: | Line 97: | ||
} | } | ||
- | #content{ | + | #content{ |
- | + | width: 300px; | |
- | + | background-color: #FFEFD5; | |
+ | font-family: "Palatino Linotype", "Book Antiqua"; | ||
} | } | ||
+ | |||
+ | /* HyperLink Style */ | ||
+ | a:link { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #000000; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* End HyperLink Style */ | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
+ | <a href="https://2012.igem.org/Team:WashU/mobile/home"><img src="https://lh6.googleusercontent.com/-158gQhIENTA/UA7oFnrByzI/AAAAAAAAAWw/eURUvAPZXFw/s288/Banner.jpg" width=300px></a> | ||
</html> | </html> |