From e1cb7fe4a10688e2d21f9f288783cd2d306bf95c Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Thu, 16 May 2024 16:33:49 -0300 Subject: [PATCH 1/9] aula2 --- README.md | 0 index.html | 26 ++++++++++++++++++++++++++ styles.css | 4 ++++ 3 files changed, 30 insertions(+) delete mode 100644 README.md create mode 100644 index.html create mode 100644 styles.css diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/index.html new file mode 100644 index 0000000..8ba5b79 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + Aluraflix + + + +
ALURAFLIX
+ +
+
+

ATRAVÉS DO ARANHAVERSO SUPERA O PRIMEIRO FILME?

+

#homem-aranha

+
+ +
+ +
+
+ + + + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..9740f72 --- /dev/null +++ b/styles.css @@ -0,0 +1,4 @@ +body { + color: white; + background: black; +} \ No newline at end of file From 06db869a181634d2bd7223a72ea224e056268da4 Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Fri, 17 May 2024 11:00:55 -0300 Subject: [PATCH 2/9] aula3 --- styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles.css b/styles.css index 9740f72..bf1fd2b 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,17 @@ body { color: white; background: black; + margin: 0px; +} + +header { + border-bottom: solid 2px rgb(42, 122, 228); + padding: 20px; + font-size: 32px; + color: rgb(42, 122, 228); +} + +section { + background: rgb(184, 156, 213); + padding: 80px; } \ No newline at end of file From 85b0cdcfea577178f41979b6f961e19f5fe54183 Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Fri, 17 May 2024 16:25:29 -0300 Subject: [PATCH 3/9] =?UTF-8?q?altera=C3=A7=C3=A3o=20-=20aula=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/styles.css b/styles.css index bf1fd2b..d3986d7 100644 --- a/styles.css +++ b/styles.css @@ -9,9 +9,4 @@ header { padding: 20px; font-size: 32px; color: rgb(42, 122, 228); -} - -section { - background: rgb(184, 156, 213); - padding: 80px; } \ No newline at end of file From c2b36f6195bcc5a925249fd3acaaca190043bf8c Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Fri, 17 May 2024 16:26:12 -0300 Subject: [PATCH 4/9] aula 4 --- index.html | 2 +- styles.css | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8ba5b79..7562f97 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
ALURAFLIX
-
+

ATRAVÉS DO ARANHAVERSO SUPERA O PRIMEIRO FILME?

#homem-aranha

diff --git a/styles.css b/styles.css index d3986d7..e99cab6 100644 --- a/styles.css +++ b/styles.css @@ -9,4 +9,16 @@ header { padding: 20px; font-size: 32px; color: rgb(42, 122, 228); +} + +section { + background: rgb(184,156,213); + padding-bottom: 80px; + padding-top: 80px; + display: flex; + justify-content: center; +} + +.chamada-texto { + margin-right: 5%; } \ No newline at end of file From a6c775608b5e22e7bd7f2ab662af7104cd95c76b Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Mon, 20 May 2024 10:41:03 -0300 Subject: [PATCH 5/9] aula 5 --- index.html | 8 +++++++- styles.css | 19 ++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 7562f97..4195c6d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,12 @@ + + + + Aluraflix @@ -9,7 +15,7 @@
-

ATRAVÉS DO ARANHAVERSO SUPERA O PRIMEIRO FILME?

+

ATRAVÉS DO ARANHAVERSO

#homem-aranha

diff --git a/styles.css b/styles.css index e99cab6..7ab12e8 100644 --- a/styles.css +++ b/styles.css @@ -2,6 +2,7 @@ body { color: white; background: black; margin: 0px; + font-family: "Chakra Petch", sans-serif; } header { @@ -12,13 +13,21 @@ header { } section { - background: rgb(184,156,213); - padding-bottom: 80px; - padding-top: 80px; - display: flex; - justify-content: center; + background: rgb(184, 156, 213); + padding-bottom: 80px; + padding-top: 80px; + display: flex; + justify-content: center; } .chamada-texto { margin-right: 5%; +} + +h1 { + font-size: 40px; +} + +p { + font-size: 20px; } \ No newline at end of file From 4c8729c23169afca73b1a3fec1e02e74cb47864f Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Mon, 20 May 2024 13:14:56 -0300 Subject: [PATCH 6/9] aula 6 --- index.html | 23 ++++++++++++++++++++++- styles.css | 17 ++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4195c6d..e3905e5 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
ALURAFLIX
-
+

ATRAVÉS DO ARANHAVERSO

#homem-aranha

@@ -27,6 +27,27 @@

ATRAVÉS DO ARANHAVERSO

+
+

Filmes e séries

+ +
+ \ No newline at end of file diff --git a/styles.css b/styles.css index 7ab12e8..af8df3f 100644 --- a/styles.css +++ b/styles.css @@ -12,7 +12,7 @@ header { color: rgb(42, 122, 228); } -section { +.chamada { background: rgb(184, 156, 213); padding-bottom: 80px; padding-top: 80px; @@ -30,4 +30,19 @@ h1 { p { font-size: 20px; +} + +img { + height: 200px; +} + +.categoria-videos { + display: flex; + overflow-x: auto; + gap: 10px; +} + +.categoria { + padding-left: 20px; + padding-right: 20px; } \ No newline at end of file From 1f087de12f43bb1daf72985bbe882e5a48389ace Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Tue, 21 May 2024 10:29:40 -0300 Subject: [PATCH 7/9] aula 7 --- styles.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index af8df3f..a732b7c 100644 --- a/styles.css +++ b/styles.css @@ -3,6 +3,7 @@ body { background: black; margin: 0px; font-family: "Chakra Petch", sans-serif; + margin-bottom: 100px; } header { @@ -32,10 +33,6 @@ p { font-size: 20px; } -img { - height: 200px; -} - .categoria-videos { display: flex; overflow-x: auto; @@ -45,4 +42,19 @@ img { .categoria { padding-left: 20px; padding-right: 20px; + margin-top: 50px; +} + +.categoria-videos img { + opacity: 0.5; + height: 200px; +} + +.categoria-videos img:hover { + opacity: 1.0; + border: 3px solid green; +} + +.categoria h2 { + color: rgb(42, 122, 228); } \ No newline at end of file From fe13d35aef7da026231e49d799deec703bd6ca51 Mon Sep 17 00:00:00 2001 From: Giulliana Cestari Date: Tue, 21 May 2024 17:24:55 -0300 Subject: [PATCH 8/9] aula8 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e3905e5..d7adaf3 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@ - Aluraflix + Guiminamflix -
ALURAFLIX
+
GUIMINAMFLIX
From a9ffb62c60d83d72268fe46095ab15e5af306f25 Mon Sep 17 00:00:00 2001 From: Igor12042009 Date: Thu, 14 Nov 2024 07:07:45 -0300 Subject: [PATCH 9/9] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d7adaf3..f38f8a0 100644 --- a/index.html +++ b/index.html @@ -50,4 +50,4 @@

Filmes e séries

- \ No newline at end of file +