Advertisement
Guest User

rumunek

a guest
Jan 21st, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #box {
  2. width:1000px;
  3. height:800px;
  4. background-color:#866f6f;
  5. margin-left:auto;
  6. margin-right:auto;
  7. }
  8. #nagl {
  9. width:1000px;
  10. height:150px;
  11. background-color:red;
  12. }
  13. .menu {
  14. display:inline-block;
  15. background-color:yellow;
  16. width:247px;
  17. height:100px;
  18. }
  19. #strona {
  20. width:1000px;
  21. height:400px;
  22. }
  23. #stopka {
  24. background-color:grey;
  25. height:150px;
  26. width:1000px;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement