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
a[href*="://"] | |
{ | |
color: #f70; | |
} | |
a[target="_blank"] | |
{ | |
padding-right: 0.5em; | |
} |
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
table, | |
td | |
{ | |
border-collapse: collapse; | |
} | |
td | |
{ | |
padding: 5px 10px; | |
border-bottom: 1px solid #ccc; |
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; | |
} | |
article header + p { font-size: 20px; } | |
article p:last-of-type | |
{ |
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: 11px Verdana, sans-serif; | |
margin: 20px; | |
} | |
div | |
{ | |
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
.container | |
{ | |
font: 16px/1.5 Helvetica, sans-serif; | |
position: relative; | |
} | |
.container .menu | |
{ | |
position: absolute; | |
z-index: 1; |
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
.container | |
{ | |
font: 16px/1.5 Helvetica, sans-serif; | |
position: relative; | |
} | |
.container .menu | |
{ | |
position: absolute; | |
z-index: 1; |
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: 18px/1 Helvetica, serif; | |
} | |
sup, | |
sub | |
{ | |
font-size: 75%; | |
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; | |
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
.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
.frame | |
{ | |
position: relative; | |
width: 300px; | |
height: 200px; | |
background-image: linear-gradient(bottom, #f5f5e0 0, #8ccdec 100%); | |
transition: width 0.3s linear; | |
} |
OlderNewer