Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. html, body{
  2.     margin: 0 auto;
  3.     width: 990px;
  4. }
  5.  
  6. #baner{
  7.     height: 205px;
  8.     clear: both;
  9.     width: 100%;
  10.     margin-bottom: 3px;
  11. }
  12.  
  13. #baner h1{
  14.     text-align: center;
  15.     font-size: 400$;
  16.     margin: 0;
  17.     padding-top: 45px;
  18.     font-family: 'Bad Script', cursive;
  19. }
  20. #baner img{
  21.     float: right;
  22.     margin: 0;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement