Advertisement
marwanpro

css isn base

Dec 3rd, 2015
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1.     *   {
  2.     }
  3.  
  4.     H1 {
  5.     Font-Family: ;
  6.     Font-Size: ;
  7.     Font-Weight: ;
  8.     Color: ;
  9.     Background-Color: ;
  10.     }
  11.    
  12.     H2 {
  13.     Font-Family: ;
  14.     Font-Size: ;
  15.     Font-Weight: ;
  16.     Color: ;
  17.     Background-Color: ;
  18.     }
  19.    
  20.     P.text01 {
  21.     Font-Family: ;
  22.     Font-Size: ;
  23.     Font-Weight: ;
  24.     Color: ;
  25.     Background-Color: ;
  26.     }
  27.    
  28.     P.text02 {
  29.     Font-Family: ;
  30.     Font-Size: ;
  31.     Font-Weight: ;
  32.     Color: ;
  33.     Background-Color: ;
  34.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement