Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ewhang5 authored Jul 1, 2024
1 parent 8fa94d8 commit b442da3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.centered-heading {
text-align: center;
}

img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

p {
text-align: center;
}

0 comments on commit b442da3

Please sign in to comment.