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 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