mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
11 lines
155 B
CSS
11 lines
155 B
CSS
.floatRight{float:right;margin-left:20px}
|
|
|
|
#hp {
|
|
float: right;
|
|
margin: 0 0 0 15px;
|
|
}
|
|
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
} |