diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..44eefd3 --- /dev/null +++ b/css/style.css @@ -0,0 +1,30 @@ +.header { + display: flex; + flex-direction: row-reverse; + max-width: 1300px; + margin: 20px auto; + background-color: #fffab1; +} + +.products { + max-width: 1300px; + margin: 0 auto; + display: flex; + justify-content: space-evenly; + flex-wrap: wrap; +} + +.product-item { + width: 20%; + box-sizing: border-box; + background-color: #e2e2e2; + padding: 10px; + border: #e2e2e2 solid; + border-radius: 5px; +} + +.btn-cart { + background-color: #7c5fff; + border-radius: 5px; + color: #ffffff; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..366fb6f --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + +
+ + + +${price}
+