Skip to content

Instantly share code, notes, and snippets.

@vast
Created March 22, 2013 07:57
Show Gist options
  • Save vast/5219657 to your computer and use it in GitHub Desktop.
Save vast/5219657 to your computer and use it in GitHub Desktop.
Квадратиш, практиш, CSS
/* Квадратиш, практиш, CSS */
.container {
display: inline-block;
position: relative;
width: 20%; /* whatever */
margin: 0 40%;
}
.blank-gif {
padding-top: 100%;
}
.square {
position: absolute;
top: 0; left: 0;
bottom: 0; right: 0;
background: #f0f0f0;
}
<div class="container">
<div class="blank-gif"></div>
<div class="square">Spange Bob Square Block</div>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment