fix error + format

This commit is contained in:
2025-04-29 00:29:00 +02:00
parent 3307f89d7d
commit 99f1890257
63 changed files with 9380 additions and 7015 deletions
+19 -18
View File
@@ -5,7 +5,7 @@ body {
}
h1 {
color: white;
color: white;
}
button {
@@ -13,29 +13,30 @@ button {
margin: 10px;
}
::placeholder{
color: white;
::placeholder {
color: white;
}
#bio {
color:black;
font-size: 20px;
background-color: black;
border: 0px solid black;
border-radius: 7px;
#bio {
color: black;
font-size: 20px;
background-color: black;
border: 0px solid black;
border-radius: 7px;
}
.bio {
color:black;
font-size: 20px;
color: black;
font-size: 20px;
}
main {
display: flex;
/* align-items: center; */
justify-content: center;
height: 75vh;
width: 100%;
background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mountains-1412683.svg/1280px-Mountains-1412683.svg.png) no-repeat center center;
background-size: cover;
display: flex;
/* align-items: center; */
justify-content: center;
height: 75vh;
width: 100%;
background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Mountains-1412683.svg/1280px-Mountains-1412683.svg.png)
no-repeat center center;
background-size: cover;
}