From b65d800cd9eec4d35e6f9c42930cc12634c4d72c Mon Sep 17 00:00:00 2001 From: kittykat-sudo <2022cs046@stu.ucsc.cmb.ac.lk> Date: Sat, 17 Feb 2024 15:40:45 +0530 Subject: [PATCH] test --- assets/css/style.css | 17 ++++++----------- index.html | 7 ++----- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 98154c0..66b0528 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2349,27 +2349,22 @@ filter: blur(2px); */ text-align: center; } -/* Styles for desktop view */ +/* Style for desktop view */ .countdown-item { - font-size: 3em; - color: #00FFED; + font-size: 0.8em; } -/* Styles for mobile view */ -@media (max-width: 768px) { - #countdown { - font-size: 1em; /* Adjust font size for better visibility on smaller screens */ - } - +/* Style for mobile view */ +@media (max-width: 320px) { .countdown-item { display: inline-block; margin: 0 5px; /* Adjust spacing between digits */ - font-size: 0.5em; /* Adjust font size for better visibility on mobile devices */ - color: #00FFED; /* Maintain text color */ + font-size: 1.2em; /* Adjust font size for better visibility on mobile devices */ } } + .buttonContainer { position: absolute; bottom: 40px; /* Adjust the distance from the bottom */ diff --git a/index.html b/index.html index e7c557b..797fe41 100644 --- a/index.html +++ b/index.html @@ -55,9 +55,6 @@ - - - @@ -116,7 +113,7 @@
-
+