Skip to content

Instantly share code, notes, and snippets.

@kahilkubilay
Created December 26, 2019 22:30
Show Gist options
  • Save kahilkubilay/0a645a183c16cf8bac9af619457e7df8 to your computer and use it in GitHub Desktop.
Save kahilkubilay/0a645a183c16cf8bac9af619457e7df8 to your computer and use it in GitHub Desktop.
Javascript ile Oyun Yapımı: Oyun Alanı
/*çizgi özellikleri*/
#line{
width: 0;
height: 99%;
border: 1px dashed #b25b00;
position: absolute;
left: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment