mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
13 lines
261 B
CSS
13 lines
261 B
CSS
.helloworld{
|
|
padding: 10px;
|
|
background: red;
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 10px;
|
|
z-index: 100000;
|
|
width: 640px;
|
|
height: 400px;
|
|
background: url("@{image-path}/puppy.jpg");
|
|
box-sizing: border-box;
|
|
color: white;
|
|
} |