This commit is contained in:
2024-06-20 08:55:52 +02:00
parent f076d20a62
commit 4cf0c7bcb9
9 changed files with 183 additions and 20 deletions

View File

@@ -110,6 +110,13 @@ input::placeholder {
right: 10px;
}
.weather-div {
position: absolute;
top: 2%;
right: 10px;
color: white;
}
@media only screen and (min-width: 768px) {
.dropdown {
position: absolute;