Skip to content

Commit

Permalink
added color to sp
Browse files Browse the repository at this point in the history
  • Loading branch information
haydeHow committed Jan 18, 2025
1 parent 9840e81 commit 8517a32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
background-color: rgb(36, 158, 228)
}
.streetparking-button {
background-color: rgb(36, 158, 228)
background-color: black;
color: goldenrod;
}
</style>
</head>
Expand All @@ -88,7 +89,7 @@ <h1 class="mb-4 text-center">Quick Links</h1>
<a target="_blank" rel="noopener noreferrer" href="https://outlook.office.com/mail/" class="outlook-button text-white button" role="button">Outlook</a>
<a target="_blank" rel="noopener noreferrer" href="https://quizlet.com/user/hhowell52/sets" class="quizlet-button text-white button"
role="button">Quizlet</a>
<a target="_blank" rel="noopener noreferrer" href="https://quizlet.com/user/hhowell52/sets" class="streetparking-button button"
<a target="_blank" rel="noopener noreferrer" href="https://my.streetparking.com/train/daily-workouts" class="streetparking-button button"
role="button">SP</a>
</div>
</div>
Expand Down

0 comments on commit 8517a32

Please sign in to comment.