From 583515f088a3171b68493131f4730a3b6f321f7a Mon Sep 17 00:00:00 2001 From: FelipeAssis27 Date: Thu, 11 Feb 2021 15:01:54 -0300 Subject: [PATCH 1/4] atualizando conforme terminal --- bloco_3/dia_1/ex1_bl3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bloco_3/dia_1/ex1_bl3.html b/bloco_3/dia_1/ex1_bl3.html index 1fb9116..3f8d982 100644 --- a/bloco_3/dia_1/ex1_bl3.html +++ b/bloco_3/dia_1/ex1_bl3.html @@ -12,9 +12,9 @@

Exercícios

  
  • Flávio Franco
  • -
    Mad Dogg
    + Mad Dogg -
    Felipe
    +
    Felipe

    Elisa ctrlctrlctrlctrlctrlctrlctrlctrl

    André ctrlctrlctrlctrlctrlctrl

    From 096b80cf33ec27b2685804f40f564a604ba8f56b Mon Sep 17 00:00:00 2001 From: FelipeAssis27 Date: Thu, 11 Feb 2021 15:41:38 -0300 Subject: [PATCH 2/4] exercicios parte 1 --- bloco_3/dia_2/exercicios3.2.html | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 bloco_3/dia_2/exercicios3.2.html diff --git a/bloco_3/dia_2/exercicios3.2.html b/bloco_3/dia_2/exercicios3.2.html new file mode 100644 index 0000000..475b689 --- /dev/null +++ b/bloco_3/dia_2/exercicios3.2.html @@ -0,0 +1,43 @@ + + + + + HTML + + + + +

    Exercícios 3.2

    +

    Qual é a sua cor favorita?

    + + + + + \ No newline at end of file From 62548eff66b1522068b9304bee65384da690addd Mon Sep 17 00:00:00 2001 From: FelipeAssis27 Date: Thu, 11 Feb 2021 16:02:57 -0300 Subject: [PATCH 3/4] exercicios parte 2 --- bloco_3/dia_2/exercicios3.2.html | 35 +++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/bloco_3/dia_2/exercicios3.2.html b/bloco_3/dia_2/exercicios3.2.html index 475b689..35df63b 100644 --- a/bloco_3/dia_2/exercicios3.2.html +++ b/bloco_3/dia_2/exercicios3.2.html @@ -8,13 +8,35 @@ h1 { font-size: 65px; color: orange; + font-family: sans-serif; + } + body { + font-size: 16px; + font-style: italic; + text-align: justify; } ul { color: rgb(255, 400, 200); } .cor_favorita { background-color: red; + text-decoration: underline; + } + p { + font-weight:600; + font-size: 3em; + line-height: 40px; + } + #amrl { + background-color: yellow; } + #vmlh { + background-color: tomato; + } + #mrrm { + background-color: brown; + } + @@ -28,9 +50,9 @@

    Exercícios 3.2

    Qual é a sua cor favorita?

      -
    • Amarelo
    • -
    • Vermelho
    • -
    • Marrom
    • +
    • Amarelo
    • +
    • Vermelho
    • +
    • Marrom
    \ No newline at end of file From e1207e01f5a3ce63f2085483d92fe6f4d01b4fef Mon Sep 17 00:00:00 2001 From: FelipeAssis27 Date: Thu, 11 Feb 2021 16:16:27 -0300 Subject: [PATCH 4/4] exercicios parte 3 --- bloco_3/dia_2/exercicios3.2.html | 13 ++++--------- bloco_3/dia_2/style.css | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 9 deletions(-) create mode 100644 bloco_3/dia_2/style.css diff --git a/bloco_3/dia_2/exercicios3.2.html b/bloco_3/dia_2/exercicios3.2.html index 35df63b..53f0fb4 100644 --- a/bloco_3/dia_2/exercicios3.2.html +++ b/bloco_3/dia_2/exercicios3.2.html @@ -3,9 +3,10 @@ HTML + +

    Exercícios 3.2

    diff --git a/bloco_3/dia_2/style.css b/bloco_3/dia_2/style.css new file mode 100644 index 0000000..5d6d8c6 --- /dev/null +++ b/bloco_3/dia_2/style.css @@ -0,0 +1,31 @@ +h1 { + font-size: 65px; + color: orange; + font-family: sans-serif; +} +body { + font-size: 16px; + font-style: italic; + text-align: justify; +} +ul { + color: rgb(255, 400, 200); +} +.cor_favorita { + background-color: rgb(224, 201, 201); + text-decoration: underline; +} +p { + font-weight:600; + font-size: 3em; + line-height: 40px; +} +#amrl { + background-color: yellow; +} +#vmlh { + background-color: tomato; +} +#mrrm { + background-color: brown; +} \ No newline at end of file