Advertisement
Guest User

Pook's website css code

a guest
May 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /* CSS files add styling rules to your content */
  2.  
  3. body {
  4.   font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  5.   margin: 2em;
  6. }
  7.  
  8. h1 {
  9.   font-style: italic;
  10.   color: #373fff;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement