Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:31
Show Gist options
  • Save kahilkubilay/49b994f617d6f4dbdabc70db3d1e6337 to your computer and use it in GitHub Desktop.
Save kahilkubilay/49b994f617d6f4dbdabc70db3d1e6337 to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
/*skor tahtası özellikleri*/
#scoreboard{
width: 50%;
height: 20%;
margin: auto;
border: 2px solid olive; /*seçici stilini görmek için farazi deger, kaldırmayı unutmayın :)*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment