metalni

[szdnki] 1. kol CSS

Dec 5th, 2020
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. .boxes {
  2.     width: 100%;
  3.     float: left;
  4. }
  5.  
  6. .box {
  7.     float: left;
  8.     clear: both;
  9.     width: 1500px;
  10. }
  11.  
  12. .box > div {
  13.     margin: 10px;
  14.     width: 300px;
  15.     height: 350px;
  16.     padding: 10px;
  17.     float: left;
  18.     border: black 1px solid;
  19. }
  20.  
  21. .box button {
  22.     margin-top: 220px;
  23. }
  24.  
  25. .content {
  26.     background: #aaaaaa;
  27.     width: 200px;
  28.     height: 20px;
  29. }
Add Comment
Please, Sign In to add comment