From 5da1c457707ce3a2d78a36f55bf7d3f6a04d0cb2 Mon Sep 17 00:00:00 2001 From: Luciene Date: Tue, 28 May 2024 18:27:07 -0300 Subject: [PATCH] mudando o background color do body --- estilo.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/estilo.css b/estilo.css index 3c36cf5..93e3e02 100644 --- a/estilo.css +++ b/estilo.css @@ -1,7 +1,8 @@ body { /*background-color: rgba(153, 175, 240, 0.849);*/ /*background-color: rgba(153, 175, 240, 0.658);*/ - background-color: rgba(245, 222, 179, 0.767); + /*background-color: rgba(245, 222, 179, 0.767);*/ + background-color: rgb(223, 248, 199); margin: 1rem 1rem 2rem 1rem; } @@ -14,6 +15,7 @@ body { .topo h1 { color: blue; + font-size: 3rem; } @@ -61,6 +63,11 @@ h2 { text-align: center; } + .topo h1 { + font-size: 2.1rem; + + } + h2 { text-align: center; }