From 10b8cd7539f22c699a6496dada9c73c4354ecc4b Mon Sep 17 00:00:00 2001 From: AviderMin Date: Fri, 18 Oct 2024 10:39:16 +0800 Subject: [PATCH] fix --- css/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/styles.css b/css/styles.css index c34e4a3..16cb526 100644 --- a/css/styles.css +++ b/css/styles.css @@ -71,6 +71,17 @@ body { color: #0091EA; } +.line{ + position: absolute; + left: 16px; + bottom: 0; + width: 28px; + height: 2px; + background-color: #FFD700; + transition: all .3s; + +} + .carousel-container { position: relative; width: 80%;