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 | |
{ | |
font-size: 60px; | |
background: red; | |
margin-top: 100px; | |
border: blue 1px solid; | |
} | |
div span |
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
/** | |
* Photo set | |
*/ | |
.photo-grid { | |
list-style: none; | |
display: block; | |
text-align: justify; | |
max-width: 900px; | |
} |
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
/** | |
* Photo set | |
*/ | |
.photo-grid { | |
list-style: none; | |
display: block; | |
text-align: justify; | |
max-width: 900px; | |
} |
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
/* testtask */ | |
@font-face { | |
font-family: 'PT Sans'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff'); | |
} | |
@-webkit-keyframes chooser-label { | |
from { left: 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 | |
{ | |
background: pink | |
} | |
.popup | |
{ | |
position: relative; | |
width: 200px; |
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: pink | |
} | |
.popup { | |
position: relative; | |
width: 200px; | |
height: 150px; | |
padding: 10px; | |
background: #fff; |
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
.wrapper div | |
{ | |
float: left; | |
width: 20px; | |
height: 20px; | |
background-color: red; | |
} | |
div.asd | |
{ |
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
/* | |
Задание: http://dabblet.com/gist/3010941 | |
Смотреть в хроме | |
*/ | |
.card | |
{ | |
font-family: "PT Sans"; | |
position: relative; |
NewerOlder