Template:CSS/MainStyle
From 2014.igem.org
(Difference between revisions)
Line 35: | Line 35: | ||
h1 { | h1 { | ||
font-size: 40px; | font-size: 40px; | ||
+ | text-transform:capitalize; | ||
+ | font-weight:bold; | ||
} | } | ||
Line 40: | Line 42: | ||
h2 { | h2 { | ||
font-size: 20px; | font-size: 20px; | ||
+ | text-transform:capitalize; | ||
+ | font-weight:bold; | ||
} | } | ||
+ | |||
+ | p.capitalize {text-transform:capitalize;} | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 18:39, 9 July 2014