Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:27
Show Gist options
  • Save kahilkubilay/2b441beaf46eebe054ca5260cfd848cb to your computer and use it in GitHub Desktop.
Save kahilkubilay/2b441beaf46eebe054ca5260cfd848cb to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı --
/*çubuk özellikleri*/
.stick{
width: 12px;
height: 85px;
background-color: #b25b00;
position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment