Skip to content

Commit

Permalink
changed font color oops
Browse files Browse the repository at this point in the history
  • Loading branch information
christyquang authored Mar 16, 2024
1 parent eb45847 commit 1b1fc01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<head>
<style>
body {
background-color: #d5f4f7;
background-color: #eae1f5;
padding: 100px;
width: 1000px;
margin: auto;
text-align: left;
font-weight: 300;
font-family: 'Nunito', sans-serif;
color: #eae1f5;
color: #121212;
}
h1, h2, h3, h4 {
font-family: 'Nunito', sans-serif;
Expand Down

0 comments on commit 1b1fc01

Please sign in to comment.