Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseheuert authored Oct 21, 2024
1 parent 5b104c1 commit d870d4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
body {
color: white;
background-color: black;
}
}
section {
background: rgb(184, 156, 213);
padding-bottom: 80px;
padding-top: 80px;
display: flex;
justify-content: center;
}

0 comments on commit d870d4d

Please sign in to comment.