Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
snyperf1 committed Dec 23, 2024
1 parent f621266 commit 8d093b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions f1-countdown/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ body {
background-color: #121212;
color: #ffffff;
line-height: 1.6;
background-image: url('/assets/back.png');
background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -181,6 +183,7 @@ p, span {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
width: 100%;
font-style: italic;
padding-right: 25px;
}

.circuit-info h2 {
Expand Down Expand Up @@ -273,6 +276,8 @@ p, span {
font-size: 1.2rem;
color: #ff3d00;
font-style: italic;
margin-top: 0px;
margin-bottom: -15px;
}

.timing-card p {
Expand All @@ -281,6 +286,9 @@ p, span {
font-size: 0.9rem;
color: #cccccc;
font-style: italic;
margin-top: 15px;
margin-bottom: 0px;
text-align: left;
}

/* Responsive Design */
Expand Down

0 comments on commit 8d093b3

Please sign in to comment.