style.css 343 B

1234567891011121314151617181920212223
  1. #categories {
  2. background-color: olivedrab;
  3. /* position: absolute; */
  4. padding-right: 20px;
  5. width: 40%;
  6. }
  7. main {
  8. display: flex;
  9. position: relative;
  10. ;
  11. }
  12. #goodsBox {
  13. width: 60%;
  14. background-color: orange;
  15. display: flex;
  16. flex-wrap: wrap;
  17. }
  18. #loginForm {
  19. background-color: orangered;
  20. margin: 0%;
  21. }