Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. p {
  2.     font-size: 1.5em;
  3. }
  4.  
  5. h1 {
  6.     font-size: 2.5em;
  7.     background-color: orange;
  8.     text-align: center;
  9. }
  10.  
  11. h2 {
  12.     font-size: 2.2em;
  13.     background-color: yellow;
  14.     text-align: center;
  15. }
  16.  
  17. li { font-size: 1.7em; background-color: lightblue; }
  18.  
  19. li li { font-size: 2.0em; background-color: yellow; }
  20.  
  21. tr {
  22.     font-size: 1.7em;
  23.     background-color: red;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement