mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
9 lines
133 B
CSS
9 lines
133 B
CSS
h1 {
|
|
color: black;
|
|
font-size: 12px;
|
|
background-color: orange;
|
|
border: 4px solid black;
|
|
}
|
|
body {
|
|
background-color: orange
|
|
}
|