7 lines
110 B
CSS
7 lines
110 B
CSS
|
div {
|
||
|
text-align: center;
|
||
|
background-color: red;
|
||
|
color: white;
|
||
|
font-size: 32px;
|
||
|
font-weight: bold;
|
||
|
}
|