You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
286 B
CSS

2 years ago
.mainPanel {
backdrop-filter: blur(3px);
background-color: rgba(255,255,255,0.6);
height: 60%;
width: 60%;
border-radius: 10px;
margin: 0 auto;
margin-top: 10%;
padding-top: 5%;
padding-bottom: 5%;
left: 0;
right: 0;
position: absolute;
}