Guest User

Untitled

a guest
Jan 15th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2. body {
  3. font-size: 16px;
  4. }
  5. p {
  6. font-weight: bold;
  7. }
  8. span {
  9. color: red;
  10. }
  11. p span {
  12. display: none;
  13. }
  14. img {
  15. float: right;
  16. }
  17. </style>
  18.  
  19. <p>
  20. Hello <span>web performance</span> students
  21. </p>
Add Comment
Please, Sign In to add comment