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
/** | |
* AppStore Badge with SVG and fallback to png | |
*/ | |
.b-download__app-store-badge { | |
display: inline-block; | |
background: url('http://www.leechy.ru/inn/appstore-en.png') no-repeat; | |
background: none, url('http://www.leechy.ru/inn/appstore-en.svg') no-repeat; | |
background-size: 100% 100%; | |
width: 135px; |
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 | |
*/ |
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; | |
} | |
.b-content-with-limit { | |
max-width: 1600px; | |
margin: 0 auto; |
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
/** | |
* Блок по центру экрана, с максимальной шириной и ограничением | |
*/ | |
/* стили для блока с ограничением */ | |
.b-limited-content { | |
max-width: 1000px; | |
margin: 0 auto 1.2em 200px; | |
height: 100px; |
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 | |
*/ | |
body { | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-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
/** | |
* Table resized by image | |
*/ | |
body, html { | |
height: 100%; | |
margin: 0; | |
} | |
div { |
NewerOlder