mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-05-08 23:34:41 +00:00
9 lines
172 B
CSS
9 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;
|
|
}
|