Project

General

Profile

StyleSheet » History » Revision 4

Revision 3 (Steven (eSHIFT) Uggowitzer, 31 May 2022 08:51 AM) → Revision 4/12 (Steven (eSHIFT) Uggowitzer, 31 May 2022 08:54 AM)

a.tag_level5,a.tag_level4,a.tag_level3,a.tag_level2,a.tag_level1 { 
   font-size: inherit; 
 } 

 h1 { 
   font-family: fantasy; 
   font-variant: italic; 
   } 

 h2{ 
   font-variant: small-caps; 
   } 

 h1 { 
   font-weight: bold; 
   color: #fff; 
   font-size: 32px; 
 } 

 h2 { 
   font-weight: bold; 
   color: #fff; 
   font-size: 24px; 
 }
Go to top