From 52922d46bee79b4ddb43c2bc6096aa8905145a74 Mon Sep 17 00:00:00 2001 From: julianadpnobregac <57268077+julianadpnobregac@users.noreply.github.com> Date: Tue, 12 Nov 2019 16:12:57 -0300 Subject: [PATCH 1/2] semana3-aula2 --- semana3-aula2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 semana3-aula2 diff --git a/semana3-aula2 b/semana3-aula2 new file mode 100644 index 0000000..dbc971f --- /dev/null +++ b/semana3-aula2 @@ -0,0 +1 @@ +# Juliana-Carvalho From 636357c7cde2ff733bb4045bf5f6323ba94c06bd Mon Sep 17 00:00:00 2001 From: julianadpnobregac <57268077+julianadpnobregac@users.noreply.github.com> Date: Wed, 13 Nov 2019 16:32:34 -0300 Subject: [PATCH 2/2] Semana 3- aula3 --- exercicio1.css | 37 ++++++++++++++++++++++++++++++ exercicio1.html | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 exercicio1.css create mode 100644 exercicio1.html diff --git a/exercicio1.css b/exercicio1.css new file mode 100644 index 0000000..284f82c --- /dev/null +++ b/exercicio1.css @@ -0,0 +1,37 @@ + +html { + height: 100vh; + width: 100vw; +} + +body { + height: 100%; + width: 100%; +} + +header { + width: 100%; + text-align: left; + font-size: 30px; + color: white; + background-color: orange; +} + +section { + flex-flow: column wrap; + text-align: center; + font-size: 20px; + color:black; + +} + +.videos { + max-width: 800px; + max-height: 800px; + width: 150px; + height: 150px; + flex-flow: column wrap; + + +} + diff --git a/exercicio1.html b/exercicio1.html new file mode 100644 index 0000000..0fdd56c --- /dev/null +++ b/exercicio1.html @@ -0,0 +1,61 @@ + + + + + + + + + Document + + + +
FutureTube
+ +
+
+ Confira o Top Nine Bouman: +
+
+

Curta a paisagem...

+ +
+
+

Viaje na maionese...

+ +
+
+

Dá uma boa olhada nisso...

+ +
+
+

Momento de descontração...

+ +
+
+

Huuummmm...

+ +
+
+

Olha ele...

+ +
+
+

Marmeninu, olhe iissoo...

+ +
+
+

Vem cá, dá uma olhadinha...

+ +
+
+

E ainda disseram que eu estava na pior...

+ +
+
+ + + + + + \ No newline at end of file