Skip to content

Commit

Permalink
Update mcdonalds.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeame committed Sep 20, 2024
1 parent 9688762 commit 792f610
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions mcdonalds.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
height: 100vh; /* Full viewport height */
background-image: url('MIDTOWN.jpg'); /* Add your image URL here */
background-size: cover; /* Ensure the image covers the whole page */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Prevent the image from repeating */
background-position: center; /* Center the image */
background-size: contain; /* Ensure the entire image is visible */

color: #333;
}
Expand All @@ -36,23 +38,29 @@
width: 100%;
}
.countdown {
font-size: 2em;
margin: 20px 0;
font-size: 20px;

color: #48C128; /* Countdown text color */
}
@media (max-width: 600px) {
body {
padding: 10px;
}
}


</style>

</head>
<body>


<main>
<h2>TU BENEFICIO CADUCA EN</h2>
<br>
<br>
<br>
<br>
<br>
<div class="countdown" id="countdown">05:00</div>
</main>

Expand Down

0 comments on commit 792f610

Please sign in to comment.