6 lines
110 B
CSS
6 lines
110 B
CSS
.container .text {
|
|
background-color: yellow;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
color:red;
|
|
} |