Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wonka styling #57

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin' into wonkaStyling
  • Loading branch information
cookiewho committed Oct 22, 2021
commit 52af5e2dd088ada19bb6560d91a82a91ed627267
4 changes: 4 additions & 0 deletions wishlist/static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
body{
background-color:aquamarine;
}
.content {
align-items: center;
justify-content: center;
padding-top: 10%;
}

#horizontalSign{
text-align: center;
margin: 5% auto;
You are viewing a condensed version of this merge commit. You can view the full changes here.