Advertisement
vanhan11

Untitled

Aug 18th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. em {
  2.     text-decoration: overline;
  3.     color: salmon;
  4. }
  5.  
  6. h2 {
  7.     text-decoration: line-through;
  8. }
  9.  
  10. h3 {
  11.     text-decoration: underline;
  12. }
  13.  
  14. a {
  15.     text-decoration: none;
  16.     color: lawngreen;
  17. }
  18.  
  19. p.duasenti {
  20.     word-spacing: 2cm;
  21. }
  22.  
  23. p.limapixel {
  24.     word-spacing: 5px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement