EstebanDLPT (Talk | contribs) (Created page with "→This will be the css stylesheet template for Tec-Monterrey wiki: h1{ font-size: 44px; color: red; }") |
EstebanDLPT (Talk | contribs) |
||
Line 1: | Line 1: | ||
/*This will be the css stylesheet template for Tec-Monterrey wiki*/ | /*This will be the css stylesheet template for Tec-Monterrey wiki*/ | ||
+ | |||
+ | body { | ||
+ | font-family: Georgia; | ||
+ | font-size: 15px; | ||
+ | } | ||
h1{ | h1{ | ||
font-size: 44px; | font-size: 44px; | ||
color: red; | color: red; | ||
+ | } | ||
+ | |||
+ | p{ | ||
+ | font-size:12px; | ||
+ | font-color:blue; | ||
} | } |
Latest revision as of 17:52, 18 May 2018
/*This will be the css stylesheet template for Tec-Monterrey wiki*/
body { font-family: Georgia; font-size: 15px; }
h1{ font-size: 44px; color: red; }
p{ font-size:12px; font-color:blue; }