Created
December 26, 2019 22:26
-
-
Save kahilkubilay/3c2b30543f314db319774cd0019e9601 to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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