Skip to content

Instantly share code, notes, and snippets.

@dethe
Created September 1, 2013 19:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dethe/6406765 to your computer and use it in GitHub Desktop.
Save dethe/6406765 to your computer and use it in GitHub Desktop.
HTML Blue Square
<html>
<style>
.square{
width: 50px;
height: 50px;
background-color: blue;
</style>
<div class="square"></div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment