13 lines
230 B
CSS
13 lines
230 B
CSS
.num1{
|
|
width:400px;
|
|
height: 400px;
|
|
background-color: aqua;
|
|
display:flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.inter{
|
|
width: 150px;
|
|
height: 150px;
|
|
background-color: red;
|
|
} |