From 8d093b3c461bbec0254b1e6d3707d295bb1544b0 Mon Sep 17 00:00:00 2001 From: snyperf1 Date: Tue, 24 Dec 2024 02:17:59 +0800 Subject: [PATCH] Update styles.css --- f1-countdown/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/f1-countdown/styles.css b/f1-countdown/styles.css index 6448a3e..eb8ae94 100644 --- a/f1-countdown/styles.css +++ b/f1-countdown/styles.css @@ -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 { @@ -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 { @@ -273,6 +276,8 @@ p, span { font-size: 1.2rem; color: #ff3d00; font-style: italic; + margin-top: 0px; + margin-bottom: -15px; } .timing-card p { @@ -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 */