Skip to content

Instantly share code, notes, and snippets.

View h4's full-sized avatar
💭
I may be slow to respond.

Mikhail Baranov h4

💭
I may be slow to respond.
View GitHub Profile
@h4
h4 / dabblet.css
Created July 11, 2012 15:13 — forked from kizu/dabblet.css
Vertical fixed centering by inline-blocks
/* Vertical fixed centering by inline-blocks */
.container {
position: fixed;
top: 0;
bottom: 0;
left: -9999px;
}
.container:after {
content: "";
display: inline-block;
@h4
h4 / dabblet.css
Created May 22, 2012 21:33 — forked from tyv/dabblet.css
Untitled
div
{
position: relative;
width: 400px;
height: 400px;
border: 1px solid red;
}
@h4
h4 / dabblet.css
Created February 14, 2012 16:38 — forked from anonymous/dabblet.css
Свойства шрифта и блока тектса
/**
* Свойства шрифта и блока тектса
*/
body {
font-size:10px;
font-family:Helvetica, Tahoma, sans-serif;
line-height:1.5;
/* font: 10px/1.5 Helvetica, Tahoma, sans-serif;*/
padding:20px;