CSS/gifu/safety
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta http-equiv="Content-Script-Type" content="text/css"> <script src="//ajax.googleapis.com/ajax...") |
|||
(12 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | .alphabet { | |
- | + | list-style-type:lower-latin; | |
} | } | ||
+ | ol { | ||
+ | font-size:large; | ||
+ | font-weight:bold; | ||
+ | margin-left:2em; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | font-size:large; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-weight:normal; | ||
+ | } | ||
+ | |||
+ | table{ | ||
+ | margin-right:2%; | ||
+ | border-collapse:collapse; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Latest revision as of 01:39, 12 September 2014