Newer
Older
2024-c1230915 / count.css
@ryota saito ryota saito on 9 Nov 191 bytes tuika
h1{
text-align:center;
color:green;
}
.game{
	border:10px;
	width:100px;
	height:30px;
	border-radius:50%;
	background:red;
	color:black;
	text-align:center;
}
.game p{
	text-align:center;
}