Skip to content

Commit

Permalink
testing different colors
Browse files Browse the repository at this point in the history
  • Loading branch information
NocturnalKing committed Apr 15, 2024
1 parent 86d121e commit 9dbf0ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ <h1>
Gotta put some text on here haha
</h1>

<h2 style="background-color: aquamarine;">
Gotta put some text on here 2.0
</h2>

</html>
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#h1 {
background-color: #0000FF;
background-color: MediumSeaGreen;
}

0 comments on commit 9dbf0ec

Please sign in to comment.