Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:32
Show Gist options
  • Save kahilkubilay/5b45ad52d7dcab7011879ca4b6a3ef4e to your computer and use it in GitHub Desktop.
Save kahilkubilay/5b45ad52d7dcab7011879ca4b6a3ef4e to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
#scoreLeft, #scoreRight{
color: #b25b00;
font-family: sans-serif;
font-size: 400%;
margin-top: 4%;
}
#scoreLeft{
float: left;
}
#scoreRight{
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment