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

18 lines
280 B

.container {
margin: 0 auto;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.frame {
border: 1px solid black;
padding: 30px;
}
.border-black {
border: 1px solid black;
}
.icon{
width: 20px;
height: 20px;
}