games/style.css
2022-11-14 12:48:44 +01:00

16 lines
245 B
CSS

.floatRight{float:right;margin-left:20px}
#hp {
float: right;
margin: 0 0 0 15px;
}
h1 {
font-size: 2em;
}
#grad {
height: 200px;
background-image: linear-gradient(cyan, blue);
}