Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. :root {
  2. font-size: 16px;
  3. }
  4.  
  5. a {
  6. text-decoration: none;
  7. }
  8.  
  9. button:focus {
  10. outline: none;
  11. }
  12.  
  13. h1, h2, h3, h4, h5, h6, p {
  14. padding: none;
  15. font-size: 1rem;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement