maryluis 4 lat temu
rodzic
commit
294c344778
4 zmienionych plików z 67 dodań i 9 usunięć
  1. 31 1
      shop/src/App.css
  2. 0 1
      shop/src/App.js
  3. 35 7
      shop/src/components/layout.js
  4. 1 0
      shop/src/images/logo.svg

+ 31 - 1
shop/src/App.css

@@ -68,6 +68,31 @@
   margin-top: 50px;
 }
 
+
+
+.footer {
+  position: fixed;
+  width: 100%;
+  bottom:0%;
+  color: rgb(229, 229, 243);
+  background-color: rgb(58, 58, 65);
+  display: flex;
+  justify-content: space-between;
+  padding-bottom: 10px;
+  align-items: center;
+  height: 50px;
+}
+
+.guarantee {
+  padding: 0% 5px;
+}
+
+.contacts {
+  width: 50%;
+  display: flex;
+  justify-content: space-around;
+}
+
 @media screen and (max-width: 900px) {
   .header {
     padding: 0%;
@@ -85,4 +110,9 @@
   .MainImg {
     height: 15em;
   }
-}
+
+
+  .footer {
+    font-size: 8px;
+  }
+}

+ 0 - 1
shop/src/App.js

@@ -8,7 +8,6 @@ function App() {
     <>
       <Layout>
           <MainImg/>
-          <p>I am main</p>
         
       </Layout>
     </>

Plik diff jest za duży
+ 35 - 7
shop/src/components/layout.js


Plik diff jest za duży
+ 1 - 0
shop/src/images/logo.svg