Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:24
Show Gist options
  • Save kahilkubilay/68afc424ef1d82c5116f9f67517f5e96 to your computer and use it in GitHub Desktop.
Save kahilkubilay/68afc424ef1d82c5116f9f67517f5e96 to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
/*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