Skip to content

Commit

Permalink
Added new formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Dec 29, 2023
1 parent 1f60a3f commit 69991ae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,17 @@
#title,
#instructions,
#paragraph-container,
#poetry-container,
#poetry-container {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}

#button-container {
justify-content: center;
text-align: center;
}

Expand All @@ -41,6 +50,7 @@ input[type="text"]:hover,
font-family: sans-serif;
resize: none;
margin: 1vw 1vw;
width: 30vw;
}

#generate-button,
Expand All @@ -54,6 +64,7 @@ input[type="text"]:hover,
padding: 0;
font-family: sans-serif;
background-color: black;
width: 30vw;
}

footer {
Expand Down

0 comments on commit 69991ae

Please sign in to comment.