2023-10-09 20:21:28 +05:30

17 lines
241 B
CSS

body {
display: flex;
justify-content: center;
align-items: center;
background-color: #add8e6;
margin-top: 25px;
}
div {
height: 90vh;
width: 400px;
background-color: rgb(255, 255, 255);
}