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%;