Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-j-a authored Nov 3, 2024
1 parent 09f9df8 commit 856b4ab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
body {
font-family: Arial, sans-serif;
}

header {
text-align: center;
}

#posts ul {
list-style-type: none;
}

#newsletter {
margin-top: 20px;
text-align: center;
}

0 comments on commit 856b4ab

Please sign in to comment.