Skip to content

Instantly share code, notes, and snippets.

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