Skip to content

Commit

Permalink
upd: made foxfil orange
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxFil committed Apr 18, 2024
1 parent f4fb122 commit 5bc4390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<img src="pics/avatar.jpg" alt="avatar">
<h1>Hey! I'm FoxFil.</h1>
<h1>Hey! I'm <span class="highlight_foxfil">FoxFil</span>.</h1>
<p>Welcome to my website.</p>
<div id="buttons">
<a href="aboutme">About Me</a>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ footer p {
color: rgb(51, 175, 175);
}

.highlight_foxfil {
color: rgb(255, 145, 0);
}

.highlight_num {
color: rgb(53, 196, 115);
}
Expand Down

0 comments on commit 5bc4390

Please sign in to comment.