Advertisement
Guest User

Untitled

a guest
May 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Baloo+Bhai&display=swap');
  2.  
  3. html {
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7.  
  8. body {
  9.     margin: 0;
  10.     padding: 0;
  11.     background-color: #ecf0f1;
  12.     font-family: 'Baloo Bhai', cursive;
  13. }
  14.  
  15. text {
  16.     text-anchor: middle;
  17.     font-size: 2em;
  18.     font-weight: bold
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement