Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kittykat-sudo committed Feb 17, 2024
1 parent 6a3cc82 commit b65d800
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
17 changes: 6 additions & 11 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
<link href="assets/css/style.css?ver=2.0" rel="stylesheet">
<link rel="stylesheet" href="./revol_form/registerStyle.css" />




</head>

<body>
Expand Down Expand Up @@ -116,15 +113,15 @@

<div class="buttonContainer">
<!-- Button 1 -->
<div class="inner-border">
<!-- <div class="inner-border">
<div class="text-container">
<div>REVOLUX</div>
<div>STORE</div>
</div>
<a href="#portfolio" class="arrow">
<button type="button" class="button">&#x2192;</button>
</a>
</div>
</div> -->

<!-- Button 2 -->
<div class="inner-border">
Expand Down

0 comments on commit b65d800

Please sign in to comment.