Untitled

 avatar
unknown
plain_text
2 years ago
581 B
3
Indexable
body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;

}

.box {
    height: 20vh;
    width: 10vw;
    background-color: palevioletred;
    margin: 20px 20px;
    transition: 4s;
}

.leftArea {
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 65px;

}

.rightArea {
    padding-top: 65px;
    justify-content: center;
    align-items: center;
}

.button {
    transition: 4s;
}

.active {
    border: 2px solid blue;
}


.grow {
    height: 30vh;
    width: 15vw;
}
Editor is loading...
Leave a Comment