Skip to content

Instantly share code, notes, and snippets.

View tyv's full-sized avatar

Yuri Tkachenko tyv

  • Ukraine/Kyiv
View GitHub Profile
@tyv
tyv / dabblet.css
Created December 29, 2012 17:24
Untitled
body
{
width: 250px
}
table
{
width: 100%;
}
tbody
{
@tyv
tyv / dabblet.css
Created November 12, 2012 14:05
Untitled
ul
{
padding: 0;
margin: 0;
list-style: none;
}
.popup
{
position: absolute;
@tyv
tyv / dabblet.css
Created November 12, 2012 13:20
Untitled
ul
{
padding: 0;
margin: 0;
list-style: none;
}
.popup
{
position: absolute;
@tyv
tyv / dabblet.css
Created August 1, 2012 15:42
Untitled
body {
font-size: 100px;
line-height: 0;
vertical-align: top;
}
img
{
margin-top: -20px;
}
@tyv
tyv / dabblet.css
Created July 24, 2012 12:57
Untitled
div .a
{
width: 200px;
height: 200px;
background: red;
}
@tyv
tyv / dabblet.css
Created July 24, 2012 12:47
Untitled
div .a:first-of-type
{
width: 200px;
height: 200px;
background: red;
}
@tyv
tyv / dabblet.css
Created July 23, 2012 14:46 — forked from anonymous/dabblet.css
лучше уточнять, мало ли какой input в интерфейсе появится
input
{
/* лучше уточнять, мало ли какой input в интерфейсе появится */
display: none;
}
@-webkit-keyframes 'pulse'
{
0% {
-webkit-transform: translate(0, 0);
@tyv
tyv / dabblet.css
Created July 23, 2012 13:09 — forked from eelyafi/dabblet.css
Untitled
body
{
font: 16px/1.5 Helvetica,sans-serif;
}
.card
{
width: 700px;
position: absolute;
@tyv
tyv / dabblet.css
Created July 23, 2012 12:28
reset css
@charset "utf-8";
/* reset css */
html, body, div, span, dl, dt, dd, pre, a, form, fieldset, img, input, textarea, blockquote, table, caption, tbody, tfoot, thead {margin: 0; padding: 0; }
img, iframe {border: 0; vertical-align: top; }
table {border-collapse: collapse; border-spacing: 0; }
/*
Задание: http://dabblet.com/gist/3010941
Смотреть в хроме
*/
.card
{
font-family: "PT Sans";
position: relative;