Skip to content

Instantly share code, notes, and snippets.

@i2r
Created August 28, 2012 13:53
Show Gist options
  • Select an option

  • Save i2r/3498192 to your computer and use it in GitHub Desktop.

Select an option

Save i2r/3498192 to your computer and use it in GitHub Desktop.
VAM IE
/**
* VAM IE
*/
html,
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.row {
height: 100px;
background: #fff;
}
.cell {
display: inline-block;
_display: inline;
_zoom: 1;
vertical-align: middle;
}
<!-- content to be placed inside <body>…</body> -->
<div class="row">
<div class="cell cell_1">Абрвалг</div>
<div class="cell cell_2">Абрвалг<br>в две строки</div>
<div class="cell cell_3">Veh-veh-veh <br> Gav-Gav <br>Chooooooooooo</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment