Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelle1531 authored Apr 2, 2024
1 parent 99d52e3 commit 8ed914f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,29 @@ body {
width: 96%;
padding: 10px;
font-family: serif;
color: white;
}

h1 {
text-align: center;
color: rgb(230, 100, 100);
border-radius: 30px;
font-color: white;
}

h2 {
padding: 10px;
border: dashed;
border-radius: 30px;
font-family: "Lora", system-ui;
font-color: white;
}

h3 {
padding: 10px;
border-radius: 30px;
font-color: white;
}

p {
text-indent: 5%;
font-color: white;
}

img {
Expand Down

0 comments on commit 8ed914f

Please sign in to comment.