Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <html>
  2. <style>
  3. .text-huge {
  4. font-size: 28px !important;
  5. color: green !important;
  6. }
  7. * {
  8. font-size: 12px;
  9. font-family: Verdana;
  10. color:red;
  11. }
  12. </style>
  13.  
  14. <form>
  15. <div>
  16. <p><span class="text-huge">line 1: aaaaaa<strong>sssssssss</strong>aaaaaaaa</span></p>
  17. <p>line 2</p>
  18. </div>
  19. </form>
  20. </html>```
  21.  
  22. I expect the sssssssss to be same font color and size as the rest of line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement