Advertisement
campos20

Untitled

Aug 31st, 2020
1,599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. body {
  2.     background-color: lightgray;
  3. }
  4.  
  5. h2 {
  6.     color: white;
  7.     background-color: black;
  8.     text-align: center;
  9.     font-size: 2em;
  10. }
  11.  
  12. p {
  13.     font-family: verdana;
  14.     font-size: 15px;
  15. }
  16.  
  17. span {
  18.     color: white;
  19.     background-color: red;
  20. }
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement