10 lines
172 B
CSS
10 lines
172 B
CSS
|
|
||
|
.helloworld-label {
|
||
|
font-size: 36px;
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
background-color: rgba(10,10,10,0.7);
|
||
|
border-radius: 5px;
|
||
|
padding: .5em;
|
||
|
}
|