Advertisement
Guest User

23q4erty

a guest
Jul 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <!doctype html>
  2. <title>Example</title>
  3. <style>
  4. p {
  5. font-size: 7vw;
  6. }
  7. .italic {
  8. font-style: italic;
  9. }
  10. </style>
  11. <p>Normal font.</p>
  12. <p class="italic">Italic font.</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement