This file contains hidden or 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
.frame | |
{ | |
position: relative; | |
overflow:scroll; | |
height: 500px; | |
background: linear-gradient(bottom, #f7f5e8, #a2cce7); | |
border-bottom: 4px solid orange | |
} |
This file contains hidden or 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
.sivtsev { | |
float: left; | |
color: rgba(0,0,0,0); | |
text-align: justify; | |
text-shadow: 0 0 5px #555; | |
word-spacing: 1ex; | |
font-family: Verdana, sans-serif; | |
line-height: 100%; | |
} |
This file contains hidden or 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
.pseudo | |
{ | |
color: #00e; | |
text-decoration: none; | |
background: linear-gradient(left, #00e, #00e 50%, transparent 50%) 0 90% repeat-x; | |
background-size: 2px 1px; | |
} | |
.pseudo:hover | |
{ |
This file contains hidden or 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 { | |
background: #060; | |
} | |
.hollywood { | |
color: #ffbf00; |
This file contains hidden or 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
/* | |
внутри .frame позиционировать | |
блоки на разных слоях | |
(по имени класса понятно каких) | |
по клику на .frame изменять с | |
анимацией. | |
у каждого блока позицию. | |
по клику вне .frame | |
возвращать назад |
This file contains hidden or 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
/* | |
реализовать анимированную | |
навигацию по div.a1 | |
без перезагрузки страницы | |
с поддержкой истории послещений | |
http://clck.ru/d/nEyP0z8x143w5 | |
*/ | |
This file contains hidden or 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 | |
*/ | |
p{ | |
line-height:24px; | |
} |
This file contains hidden or 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 | |
*/ | |
This file contains hidden or 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
/* | |
* Страница карточек шаг 2 | |
* http://clck.ru/d/OkAGYhJd14p0D | |
*/ | |
This file contains hidden or 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
/* | |
* Страница карточек шаг 3 | |
* http://clck.ru/d/UwKTkih_14p1p | |
* http://clck.ru/d/TyYG2nfR14p1H | |
*/ | |
OlderNewer