mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
15 lines
237 B
CSS
15 lines
237 B
CSS
.floatRight{float:right;margin-left:20px}
|
|
|
|
#hp {
|
|
float: right;
|
|
margin: 0 0 0 15px;
|
|
}
|
|
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
#grad {
|
|
background-image: linear-gradient(cyan, blue);
|
|
} |