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

    diff --git a/bloco_3/dia_2/exercicios3.2.html b/bloco_3/dia_2/exercicios3.2.html new file mode 100644 index 0000000..53f0fb4 --- /dev/null +++ b/bloco_3/dia_2/exercicios3.2.html @@ -0,0 +1,67 @@ + + + + + HTML + + + + + + +

    Exercícios 3.2

    +

    Qual é a sua cor favorita?

    + + + + + \ No newline at end of file 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