Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.51 KB | None | 0 0
  1. #h1 {
  2.     font-size: 24px;
  3.     font-weight: bold;
  4.     text-align: center;}
  5. #top {
  6.     width: 780px;
  7.     margin-left: auto;
  8.     margin-right: auto;}
  9. #naglowek {
  10.     background-color: #44AA00;
  11.     padding: 10px;
  12.     text-align: center;
  13.     font-size: 25px;}
  14. #menu {
  15.     background-color: #DDFF88;
  16.     float: left;
  17.     width: 20%;
  18.     text-align: left;}
  19. #tresc {
  20.     background-color: #AAFF77;
  21.     text-align: left;
  22.     width: 79%;
  23.     font-family: Arial, Helvetica, Verdana, sans-serif;}
  24. #stopka {
  25.     background-color: #44AA00;
  26.     float: bottom;
  27.     width: 100%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement