Untitled

 avatar
unknown
plain_text
17 days ago
296 B
7
Indexable
form {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 10px;
}

.container {
    margin-top: 15px;
    width: 300px;
    height: 50px;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
Editor is loading...
Leave a Comment