Team:Kyoto/Style
From 2010.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
<!-- | <!-- | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
/* Header *************************************************/ | /* Header *************************************************/ | ||
#logo /* Logo Image */ | #logo /* Logo Image */ | ||
Line 127: | Line 121: | ||
</head> | </head> | ||
</html> | </html> | ||
+ | |||
+ | ==Reset== | ||
+ | /* Reset Style ********************************************/ | ||
+ | #head *, #body * | ||
+ | { | ||
+ | margin: 0em; | ||
+ | padding: 0em; | ||
+ | list-style: none; | ||
+ | } | ||
==Foot== | ==Foot== |
Revision as of 13:31, 25 October 2010
Reset
/* Reset Style ********************************************/ #head *, #body * { margin: 0em; padding: 0em; list-style: none; }
Foot
- foot
{ position: absolute; bottom: 7px; width: 100%; text-align: center; }