Team:GeorgiaTech/Attributions
From 2014.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | .content img { | |
+ | width:90%; | ||
+ | margin-right:5%; | ||
+ | margin-left:5%; | ||
+ | margin-top:2%; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | } | ||
+ | .content { | ||
+ | width:60%; | ||
+ | } | ||
h1{ | h1{ | ||
font:37px 'Bitter' serif; | font:37px 'Bitter' serif; | ||
Line 12: | Line 26: | ||
h2{ | h2{ | ||
- | font: | + | font:25px 'Bitter' serif; |
border-style:none; | border-style:none; | ||
text-align: left; | text-align: left; | ||
Line 20: | Line 34: | ||
font:32px 'Bitter' serif; | font:32px 'Bitter' serif; | ||
border-style:none; | border-style:none; | ||
- | text-align: | + | text-align: center; |
+ | } | ||
+ | h4 { | ||
+ | font:25px 'Bitter' serif; | ||
+ | } | ||
+ | .content ul{ | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
+ | .content ul li ul li a:link{ | ||
+ | font:20px 'Bitter' serif; | ||
+ | color:#840000; | ||
+ | } | ||
+ | .content ul li ul li a:visited { | ||
+ | color: #840000; | ||
} | } | ||
p { | p { | ||
Line 28: | Line 56: | ||
text-align:justify; | text-align:justify; | ||
} | } | ||
- | |||
- | |||
</style> | </style> | ||
Revision as of 17:31, 3 October 2014