mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
18 lines
226 B
CSS
18 lines
226 B
CSS
HTML,
|
|
H1 {
|
|
background: orange;
|
|
color: white;
|
|
padding: 15px;
|
|
font-size : 30px;
|
|
border-radius: 6px;
|
|
margin: 21px;
|
|
}
|
|
|
|
HTML{
|
|
background: brown url("example.png");
|
|
margin : 10px;
|
|
}
|
|
|
|
#hi{
|
|
border: 2px solid red;
|
|
} |