AlyxDumbass

Untitled

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