Advertisement
dysphafiz_

Untitled

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