This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table, | |
td | |
{ | |
border-collapse: collapse; | |
} | |
td { | |
border-bottom: 1px solid #ccc; | |
padding: 5px 10px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
— Первый параграф в article | |
выделить бОльшим кеглем | |
— последний цветом #999 | |
*/ | |
article p:first-of-type { | |
font-size: 120%; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font: 14px Helvetica, sans-serif; | |
} | |
input | |
{ | |
display: none; | |
} | |
label { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
width: 300px; | |
} | |
.menu { | |
display: inline-block; | |
width: 10px; | |
} | |
.body { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
сделать так, чтобы элементы | |
sub и sup не увеличивали строку | |
так плохо: http://clck.ru/d/mWi7nomA145GV | |
так хорошо: http://clck.ru/d/sdxajxRo145GJ | |
*/ | |
body { | |
font: 18px Helvetica, sans-serif; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Кнопка с иконкой шрифтом | |
http://clck.ru/d/v2borCbi14BD5 | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.eot | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.woff | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.ttf | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.svg | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
сделать таблицу проверки зрения, | |
глазами плохо видящего человека | |
http://clck.ru/d/ubPU44a314BE9 | |
http://clck.ru/d/XPwfJrtk14BEv | |
*/ | |
html, | |
body, | |
p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
сделать псевдоссылку с точечным подчеркивание | |
которое было бы на одном уровне с | |
подчеркиванием ссылки | |
http://clck.ru/d/fLXRAghf14C1t | |
*/ | |
a.pseudo | |
{ | |
text-decoration: none; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Сделать объемную надпись | |
http://clck.ru/d/wF6GyFCC14CDp | |
*/ | |
html, body { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
width: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Страница карточек | |
* http://clck.ru/d/UABmzLuo14p-h | |
*/ | |
.card | |
{ | |
border: 1px solid #ccc; | |
margin-bottom: 5px; | |
} |
OlderNewer