Created
December 26, 2019 22:29
-
-
Save kahilkubilay/b21cf171bb03c89d76afaf6b35b36842 to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
This file contains hidden or 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
/*top özellikleri*/ | |
#ball{ | |
width: 16px; | |
height: 16px; | |
background-color: #b25b00; | |
border-radius: 50%; | |
position: absolute; | |
top: 50%; /*seçici stilini görmek için farazi değer*/ | |
left: 40%; /*seçici stilini görmek için farazi değer*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment