Skip to content

Instantly share code, notes, and snippets.

@bhargav2785
Created November 5, 2012 06:45
Show Gist options
  • Save bhargav2785/4015690 to your computer and use it in GitHub Desktop.
Save bhargav2785/4015690 to your computer and use it in GitHub Desktop.
css shapes - square
/**
* css shapes - square
*/
.square{
position: relative;
margin: 30px;
width: 100px;
height: 100px;
background-color: steelblue;
}
<div class='square'></div>
{"view":"separate","fontsize":"60","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment