diff --git a/src/index.html b/src/index.html index a82e99e..37fcc56 100644 --- a/src/index.html +++ b/src/index.html @@ -11,22 +11,45 @@
- Imagem com um notebook + Imagem com um notebook
@@ -188,30 +211,30 @@
-
-
-
-
- notebook abrindo de frente -
-
- notebook abrindo de frente -
-
- notebook abrindo de lado -
+
+
+
+ notebook abrindo de frente +
+
+ notebook abrindo de frente +
+
+ notebook abrindo de lado
+
+
@@ -380,10 +403,12 @@
- Imagem embaçada de computadores +
+ Imagem embaçada de computadores +
@@ -439,7 +464,8 @@

- Copyright © 2020 - Loja Comércio Eletrônico CNPJ: 000.000.000/0001-00 + Copyright © 2020 - Loja Comércio Eletrônico CNPJ: + 000.000.000/0001-00

diff --git a/src/style.css b/src/style.css index bd190a3..ab6d4df 100644 --- a/src/style.css +++ b/src/style.css @@ -4,6 +4,10 @@ box-sizing: border-box; } +body { + background-color: #E5E5E5; +} + header { background-color: #000 } @@ -13,10 +17,13 @@ header { justify-content: center; align-items: center; width: 100%; + max-width: 1920px; + margin: auto; height: 101px; } .logo svg { width: 100%; max-width: 226.16px; -} \ No newline at end of file +} +