diff --git a/img/acessorios.webp b/img/acessorios.webp new file mode 100644 index 000000000..efb8ae028 Binary files /dev/null and b/img/acessorios.webp differ diff --git a/img/body.webp b/img/body.webp new file mode 100644 index 000000000..c0c55548d Binary files /dev/null and b/img/body.webp differ diff --git a/img/menino.webp b/img/menino.webp new file mode 100644 index 000000000..9603dee6e Binary files /dev/null and b/img/menino.webp differ diff --git "a/img/sand\303\241lia bebe.jpg" "b/img/sand\303\241lia bebe.jpg" new file mode 100644 index 000000000..a58a7eebb Binary files /dev/null and "b/img/sand\303\241lia bebe.jpg" differ diff --git "a/img/sand\303\241lia preta bebe .jpg" "b/img/sand\303\241lia preta bebe .jpg" new file mode 100644 index 000000000..835b7fd85 Binary files /dev/null and "b/img/sand\303\241lia preta bebe .jpg" differ diff --git "a/img/sand\303\241lia rosa bebe.jpg" "b/img/sand\303\241lia rosa bebe.jpg" new file mode 100644 index 000000000..bd6969a25 Binary files /dev/null and "b/img/sand\303\241lia rosa bebe.jpg" differ diff --git a/img/vestido urso I.jpg b/img/vestido urso I.jpg new file mode 100644 index 000000000..bd6969a25 Binary files /dev/null and b/img/vestido urso I.jpg differ diff --git a/img/vestido urso II.E.jpg b/img/vestido urso II.E.jpg new file mode 100644 index 000000000..158dffbc4 Binary files /dev/null and b/img/vestido urso II.E.jpg differ diff --git a/img/vestido urso II.jpg b/img/vestido urso II.jpg new file mode 100644 index 000000000..7e82d61b9 Binary files /dev/null and b/img/vestido urso II.jpg differ diff --git a/img/vestido.webp b/img/vestido.webp new file mode 100644 index 000000000..300b80a4a Binary files /dev/null and b/img/vestido.webp differ diff --git a/index.css b/index.css new file mode 100644 index 000000000..e0155f0e8 --- /dev/null +++ b/index.css @@ -0,0 +1,94 @@ +/* Menu navegacao*/ +nav { + background-color: #f4a460; + height: 80px; + width: 100%; + font-family: Inter; + font-size: 32px; + font-weight: 400; + text-align: center; + padding: 30px; +} +ul { + margin: 0; + padding: 0; +} +li { + display: inline-flex; +} + +a { + padding: 20px; + text-decoration: none; + color: #000000; +} +.principal { + column-count: 4; + text-align: center; + height: 400px; + margin-top: 30px; + padding: 10px; +} +/* botoes*/ +button { + background-color: black; + color: #ffffff; + width: 180px; + height: 30px; + font-size: 1.5rem; +} + +/* input class*/ +.rad { + font-size: 1.5rem; + + padding: 10px; +} +.rad1 { + height: 20px; + width: 20px; +} + +/* imagem class*/ +img { + height: 190px; + width: 160px; +} + +.contorno { + padding: 5px; +} +.contorno :hover { + border: 2px solid #000000; +} + +/* texto class*/ +h3 { + text-align: start; + font-size: 2rem; +} +label { + font-size: 1.5rem; + font-weight: 300; +} + +/* formulario class*/ + +form { + width: 100%; + text-align: center; +} + +/* footer*/ + +.size { + width: 200px; + height: 30px; +} + +.footer { + text-align: center; + background-color: #f4a460; + width: 100%; + height: 120px; +} diff --git a/index.html b/index.html index 4ad4ffff6..a27403790 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,100 @@ - - + + - - Static Template - - -

This is a static template, there is no bundler or bundling involved!

- - \ No newline at end of file + Loja do Bebê + + + + + +
+
+ +
+
+ VESTIDO URSINHOS +
+
R$150,00
+
+
+ + + + + + +
+
+
+
CONJUNTO SHORT E CAMISA
+
R$100,00
+
+
+ + + + + + +
+ +
+
+
SANDÁLIA PRETA COM BOLINHAS
+
R$60,00
+
+
+ + + + + + +
+
+
+
KIT MANICURE BABY
+
R$79,99
+
+
+ + + + + + +
+ +
+ +
+ + + + + diff --git a/package.json b/package.json index 229967170..8fb311566 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "static", + "name": "desafio2-daianevnw", "version": "1.0.0", - "description": "This is a static template with no bundling", + "description": "", "main": "index.html", "scripts": { "start": "serve", @@ -11,11 +11,7 @@ "type": "git", "url": "git+https://github.com/codesandbox-app/static-template.git" }, - "keywords": [ - "static", - "template", - "codesandbox" - ], + "keywords": [], "author": "Ives van Hoorne", "license": "MIT", "bugs": { @@ -25,4 +21,4 @@ "devDependencies": { "serve": "^11.2.0" } -} +} \ No newline at end of file