how to make a square div in css

62

.square {
    background-color: #000;
    width: 50vw;
    height: 50vw;
}
.square h1 {
    color: #fff;
}
/* It works */

Comments

Submit
0 Comments