Template:Team:DukeParts/CSS
From 2014.igem.org
(Difference between revisions)
(Created page with "<html xmlns="http://www.w3.org/1999/xhtml"> <!--THIS STYLE SHEET WILL FORMAT THE PARTS WEBSITE --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> ...") |
|||
(11 intermediate revisions not shown) | |||
Line 8: | Line 8: | ||
.parts { | .parts { | ||
color: #fff; | color: #fff; | ||
+ | margin:5%; | ||
} | } | ||
- | .parts h2 { | + | .parts h2,h3 { |
color: #fff; | color: #fff; | ||
} | } | ||
+ | .parts img { | ||
+ | width: 30%; | ||
+ | height: 30%; | ||
+ | display:block; | ||
+ | padding:1%; | ||
+ | } | ||
+ | .parts table { | ||
+ | border-collapse:collapse; | ||
+ | border:1px solid white; | ||
+ | padding:1%; | ||
+ | } | ||
+ | |||
+ | .parts td { | ||
+ | border:1px solid white; | ||
+ | padding:1%; | ||
+ | } | ||
</style> | </style> | ||
Latest revision as of 03:52, 18 October 2014