Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. text-decoration-line
  2.  
  3. text-decoration-color
  4.  
  5. text-decoration-style
  6.  
  7. <p class="op1">
  8. Texto sublinhado 1
  9. </p>
  10. <p class="op2">
  11. Texto sublinhado 2
  12. </p>
  13. <style>
  14. p.op1:before {
  15. content:"_______________";
  16. padding-top: 2px;
  17. position:absolute;
  18. }
  19. p.op2:before {
  20. content:"_______________";
  21. padding-top: 5px;
  22. position:absolute;
  23. color:red
  24. }
  25. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement