2023.02.21
This commit is contained in:
parent
589b055f09
commit
9ab3006f49
|
@ -6,8 +6,40 @@ body{
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: 1px 11px 19px 6px rgba(0,0,0,0.52);
|
box-shadow: 1px 11px 19px 6px rgba(0,0,0,0.52);
|
||||||
width: 90%;
|
margin-left: 5rem;
|
||||||
height: 90%;
|
margin-right: 5rem;
|
||||||
margin: auto;
|
|
||||||
padding: 2rem;
|
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
Loading…
Reference in New Issue
Block a user