Guest User

CSS need help

a guest
Oct 5th, 2025
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. body {
  2. background-color: #070000;
  3. font-family: "Audiowide", sans-serif;
  4. margin-left: auto;
  5. margin-right: auto;
  6. text-align: center;
  7. color: #d00f0f;
  8.  
  9. #containeraddons {
  10. display:grid;
  11. grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  12. gap: 20px;
  13. margin: 20px;
  14. max-width: 100%;
  15. justify-self: center;
  16.  
  17. }
  18.  
  19. .addons {
  20. width: 100%;
  21. max-width: 400px;
  22. border: double;
  23. position:relative;
  24.  
  25. }
  26. .addons img {
  27. margin-top: 20px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment