Horje
how to make a square div in css Code Example
how to make a square div in css
.square {
    background-color: #000;
    width: 50vw;
    height: 50vw;
}
.square h1 {
    color: #fff;
}
/* It works */




Css

Related
michigan score Code Example michigan score Code Example
make blur with css Code Example make blur with css Code Example
why is my css code not working Code Example why is my css code not working Code Example
change element in iframe Code Example change element in iframe Code Example
css div on the bottom Code Example css div on the bottom Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10