diff --git a/quinzena3/bugfixes/css/compra.css b/quinzena3/bugfixes/css/compra.css new file mode 100644 index 0000000..753a078 --- /dev/null +++ b/quinzena3/bugfixes/css/compra.css @@ -0,0 +1,36 @@ +*{ + margin: 0; + padding: 0; +} + +h3{ + background-color: #ef8433; + color: white; + text-align: center; + font-family: Arial, Helvetica, sans-serif; + padding: 10px; +} + +.botao{ + padding: 8px 35px; + color: white; + background-color: #f7df77; + border: 0.3em; + border-radius: 0.2em +} + + +.controle{ + display: flex; + align-content: center; + justify-content: center; + margin: 80px +} + +.preco{ + padding: 8px 45px; +} + +.produto{ + padding: 8px 45px; +} \ No newline at end of file diff --git a/quinzena3/bugfixes/css/compras.html b/quinzena3/bugfixes/css/compras.html new file mode 100644 index 0000000..23446d3 --- /dev/null +++ b/quinzena3/bugfixes/css/compras.html @@ -0,0 +1,45 @@ + + + + + + + + + Document + + +
+

For Ever 4

+
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + +
camisetas Camisetas R$ 50,00
Jeans Jeans R$ 80,00
Chinelos Chinelos R$ 20,00
+
+ + +
+ + \ No newline at end of file diff --git a/quinzena3/bugfixes/css/home.html b/quinzena3/bugfixes/css/home.html new file mode 100644 index 0000000..2761801 --- /dev/null +++ b/quinzena3/bugfixes/css/home.html @@ -0,0 +1,24 @@ + + + + + + + + Document + + +
+

For Ever 4

+
+

Somos uma empresa focada em tormar a compra de roupas mais fácil

+

1. Ache os melhores descontos 2. Busque pelos seus gostos

+

Realize seus sonhos conosco

+
+ +
+ + \ No newline at end of file diff --git a/quinzena3/bugfixes/css/img/camisetas.png b/quinzena3/bugfixes/css/img/camisetas.png new file mode 100644 index 0000000..71a4bb8 Binary files /dev/null and b/quinzena3/bugfixes/css/img/camisetas.png differ diff --git a/quinzena3/bugfixes/css/img/chinelos.png b/quinzena3/bugfixes/css/img/chinelos.png new file mode 100644 index 0000000..4b68084 Binary files /dev/null and b/quinzena3/bugfixes/css/img/chinelos.png differ diff --git a/quinzena3/bugfixes/css/img/jeans.png b/quinzena3/bugfixes/css/img/jeans.png new file mode 100644 index 0000000..ce0f540 Binary files /dev/null and b/quinzena3/bugfixes/css/img/jeans.png differ diff --git a/quinzena3/bugfixes/css/style.css b/quinzena3/bugfixes/css/style.css new file mode 100644 index 0000000..47a1e19 --- /dev/null +++ b/quinzena3/bugfixes/css/style.css @@ -0,0 +1,73 @@ +*{ + margin: 0; + padding: 0; +} + +h3{ + background-color: #ef8433; + color: white; + text-align: center; + font-family: Arial, Helvetica, sans-serif; + padding: 10px; +} + +.part1{ + background-color: #3974a1; + padding: 98px; +} + +.inicio{ + display: flex; + color: white; + text-align: center; + justify-content: center; + align-items: center; + padding: 0px 472px; + margin-top: -20px; + font-family: Arial, Helvetica, sans-serif; +} + +.meio{ + display: flex; + color: white; + text-align: center; + justify-content: center; + align-items: center; + padding: 13px 465px; + font-family: Arial, Helvetica, sans-serif; +} + +.fim{ + display: flex; + color: white; + justify-content: center; + align-items: center; + padding: 0px 453px; + margin-top: 10px; + font-family: Arial, Helvetica, sans-serif; +} + +footer{ + background-color: #e9ea9b; + padding: 78px; +} + +h1{ + display: flex; + align-items: flex-start; + justify-content: center; + font-family: Arial, Helvetica, sans-serif; + color: #ba5e28; + margin-top: -1.23em + +} + +button{ + margin-left: 525px; + padding: 8px 35px; + color: white; + background-color: #f4b259; + margin-top: 5.80em; + border: 0.3em; + border-radius: 0.2em +} \ No newline at end of file