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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
div { | |
border: 1px solid red; | |
width: 300px; | |
height: 300px; | |
position: relative; | |
} |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
div { | |
border: 1px solid red; | |
width: 300px; | |
height: 300px; | |
position: relative; | |
} |
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: 600px; | |
border: 1px solid #ccc; | |
padding: 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
/* | |
Анимированная навигация | |
*/ | |
.container { | |
width: 600px; | |
border: 1px solid #ccc; | |
padding: 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
/** | |
* Пунктирное подчеркивание ссылки | |
*/ | |
a { | |
color: #00e; | |
text-decoration: none; | |
background: linear-gradient(left, #00e, #00e 50%, transparent 50%) 0 100% repeat-x; | |
background-size: 2px 1px; |
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 { | |
background: #060; | |
} | |
.hollywood { | |
color: #ffbf00; |
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
.sivtsev { | |
float: left; | |
color: rgba(0,0,0,0); | |
text-align: justify; | |
text-shadow: 0 0 5px #555; | |
word-spacing: .3ex; | |
font-family: Verdana, sans-serif; | |
line-height: 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
/** | |
* Списки и счетчики | |
*/ | |
.multilevel, | |
.multilevel ol { | |
list-style-type: none; | |
counter-reset: listnumber; | |
} | |
.multilevel li { |
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
/** | |
* Стопка бумаг | |
*/ | |
.paper { | |
position: relative; | |
margin: 50px; | |
padding: 20px 20px 20px 50px; | |
width: 480px; | |
min-height: 650px; |
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 { | |
margin: 0; | |
text-align: justify; | |
} | |
.card { | |
display: inline-block; |
NewerOlder