Untitled

 avatar
unknown
plain_text
a year ago
1.1 kB
4
Indexable
.main-container {
    background-color: lightskyblue;
    width: 98.5%;
    height: 100%;
    margin: 1;
    padding: 10px;

}

.content-box1 {
    text-align: center;
    display: inline-block;
    width: 45%;
    background-color: antiquewhite;
    color: black;
    padding: 10px;
    margin: 10px;
    border: 2px solid black;
    border-radius: 35px;
}

.content-box2 {
    text-align: center;
    display: inline-block;
    width: 45%;
    background-color: antiquewhite;
    color: black;
    padding: 10px;
    margin: 10px;
    border: 2px solid black;
    border-radius: 35px;
}

.content-box3 {
    text-align: center;
    display: inline-block;
    width: 45%;
    background-color: antiquewhite;
    color: black;
    padding: 10px;
    margin: 10px;
    border: 2px solid black;
    border-radius: 35px;
}

.content-box4 {
    text-align: center;
    display: inline-block;
    width: 45%;
    background-color: antiquewhite;
    color: black;
    padding: 10px;
    margin: 10px;
    border: 2px solid black;
    border-radius: 35px;
}
Editor is loading...
Leave a Comment