Skip to content

Commit

Permalink
mudando o background color do body
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienelima8 committed May 28, 2024
1 parent 95154db commit 5da1c45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion estilo.css
Original file line number Diff line number Diff line change
@@ -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;

}
Expand All @@ -14,6 +15,7 @@ body {

.topo h1 {
color: blue;
font-size: 3rem;

}

Expand Down Expand Up @@ -61,6 +63,11 @@ h2 {
text-align: center;
}

.topo h1 {
font-size: 2.1rem;

}

h2 {
text-align: center;
}
Expand Down

0 comments on commit 5da1c45

Please sign in to comment.