CSS

 avatar
unknown
plain_text
2 years ago
144 B
7
Indexable
.wrapper {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

li {
    margin-top: 5px;
} 
Editor is loading...
Leave a Comment