2023.02.21

This commit is contained in:
Medve Gergo 2023-02-21 14:41:49 +01:00
parent 589b055f09
commit 9ab3006f49
2 changed files with 65 additions and 4 deletions

View File

@ -6,8 +6,40 @@ body{
background-color: whitesmoke;
border-radius: 20px;
box-shadow: 1px 11px 19px 6px rgba(0,0,0,0.52);
width: 90%;
height: 90%;
margin: auto;
margin-left: 5rem;
margin-right: 5rem;
padding: 2rem;
position: relative;
}
.label{
text-align: center;
margin-top: 5rem;
margin-bottom: 4rem;
}
.label h1 span {
text-align: center;
background-color: whitesmoke;
padding: 1rem;
border-radius: 20px;
box-shadow: 1px 11px 19px 6px rgba(0,0,0,0.52);
}
.circle{
background-color: blue;
border-radius: 50%;
height: 400px;
width: 400px;
margin-left: auto;
margin-right: auto;
position: relative;
;
}
@media screen and (max-width: 500px){
.main_box{
margin-left: 1rem;
margin-right: 1rem;
}
}

File diff suppressed because one or more lines are too long