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 | |
{ | |
width: 250px | |
} | |
table | |
{ | |
width: 100%; | |
} | |
tbody | |
{ |
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
ul | |
{ | |
padding: 0; | |
margin: 0; | |
list-style: none; | |
} | |
.popup | |
{ | |
position: absolute; |
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
ul | |
{ | |
padding: 0; | |
margin: 0; | |
list-style: none; | |
} | |
.popup | |
{ | |
position: absolute; |
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 { | |
font-size: 100px; | |
line-height: 0; | |
vertical-align: top; | |
} | |
img | |
{ | |
margin-top: -20px; | |
} |
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 .a | |
{ | |
width: 200px; | |
height: 200px; | |
background: red; | |
} | |
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 .a:first-of-type | |
{ | |
width: 200px; | |
height: 200px; | |
background: red; | |
} |
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
input | |
{ | |
/* лучше уточнять, мало ли какой input в интерфейсе появится */ | |
display: none; | |
} | |
@-webkit-keyframes 'pulse' | |
{ | |
0% { | |
-webkit-transform: translate(0, 0); |
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 | |
{ | |
font: 16px/1.5 Helvetica,sans-serif; | |
} | |
.card | |
{ | |
width: 700px; | |
position: absolute; |
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
@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; } |
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://dabblet.com/gist/3010941 | |
Смотреть в хроме | |
*/ | |
.card | |
{ | |
font-family: "PT Sans"; | |
position: relative; |