Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:26
Show Gist options
  • Save kahilkubilay/3c2b30543f314db319774cd0019e9601 to your computer and use it in GitHub Desktop.
Save kahilkubilay/3c2b30543f314db319774cd0019e9601 to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
html, body{
height: 100%;
}
/*oyun alanı özellikleri*/
#gameArea{
width: 100%;
height: 100%;
background-color: #845ec2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment