Advertisement
mustion

my css pizza

Nov 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. .container {
  2. display:flex;
  3. flex-wrap:wrap;
  4. align-items:center;
  5. width: 100%;
  6. background-color: rgb(238, 0, 0);
  7. justify-content:space-between
  8.  
  9. }
  10.  
  11.  
  12.  
  13. .pizza1{
  14. background-color: lawngreen;
  15. height: 300px;
  16. width: 300px;
  17. border-style: solid;
  18. margin-top: 20px;
  19.  
  20. }
  21. .pizza2{
  22. background-color: rgb(0, 0, 0);
  23. height: 300px;
  24. width: 300px;
  25. border-style: solid;
  26. margin-top: 20px;
  27. }
  28. .pizza3{
  29. background-color: rgb(0, 4, 252);
  30. height: 300px;
  31. width: 300px;
  32. border-style: solid;
  33. margin-top: 20px;
  34. }
  35. .pizza4{
  36. background-color: lawngreen;
  37. height: 300px;
  38. width: 300px;
  39. border-style: solid;
  40. margin-top: 20px
  41. }
  42. .pizza5{
  43. background-color: rgb(0, 0, 0);
  44. height: 300px;
  45. width: 300px;
  46. border-style: solid;
  47. margin-top: 20px;
  48. }
  49. .pizza6{
  50. background-color: rgb(0, 202, 252);
  51. height: 300px;
  52. width: 300px;
  53. border-style: solid;
  54. margin-top: 20px;
  55. }
  56.  
  57. .pizza1 img{
  58.  
  59. width: 100%
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement