CSS
Anonymous
plain_text
12/29/2023 11:50 AM
192 B
19
Indexable
.wrapper {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
li {
margin-top: 5px;
} Editor is loading...
Leave a Comment
.wrapper {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
li {
margin-top: 5px;
}