Skip to content

Instantly share code, notes, and snippets.

@rogeriochaves
Created May 22, 2013 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeriochaves/5628642 to your computer and use it in GitHub Desktop.
Save rogeriochaves/5628642 to your computer and use it in GitHub Desktop.
CSS do jogo quadrados
/* CSS declarations go here */
.quadrado{
width:50px; height:50px; background:#F00; position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment