Skip to content

Instantly share code, notes, and snippets.

View princed's full-sized avatar
🏗️
Building

Eugene Datsky princed

🏗️
Building
View GitHub Profile
@princed
princed / dabblet.css
Created July 17, 2012 17:03 — forked from tyv/dabblet.css
реализовать анимированную
.container {
width: 300px;
}
.menu {
display: inline-block;
width: 10px;
}
.body {
@princed
princed / dabblet.css
Created July 17, 2012 15:45 — forked from tyv/dabblet.css
по состоянию checked включать/выключать
body {
font: 14px Helvetica, sans-serif;
}
input
{
display: none;
}
label {
@princed
princed / dabblet.css
Created July 17, 2012 15:20 — forked from tyv/dabblet.css
— Первый параграф в article
/*
— Первый параграф в article
выделить бОльшим кеглем
— последний цветом #999
*/
article p:first-of-type {
font-size: 120%;
}
@princed
princed / dabblet.css
Created July 17, 2012 15:04 — forked from tyv/dabblet.css
— четные строки выделить цветом #ddebf7
table,
td
{
border-collapse: collapse;
}
td {
border-bottom: 1px solid #ccc;
padding: 5px 10px;
}