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