mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 18:51:19 +00:00
10 lines
133 B
CSS
10 lines
133 B
CSS
|
h1 {
|
||
|
color: black;
|
||
|
font-size: 12px;
|
||
|
background-color: orange;
|
||
|
border: 4px solid black;
|
||
|
}
|
||
|
body {
|
||
|
background-color: orange
|
||
|
}
|