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
html { | |
font-family: "Helvetica Neue", sans-serif; | |
} | |
.container { | |
border: 1px solid rgba(0,0,0,0.25); | |
border-radius: 0.375em; | |
} | |
.container > div { | |
padding: 0.75em 1.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
html { | |
font-family: "Helvetica Neue", sans-serif; | |
} | |
.container { | |
border: 1px solid rgba(0,0,0,0.25); | |
border-radius: 0.375em; | |
} | |
.container > div { | |
padding: 0.75em 1.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
/** | |
* Transitions with height: auto | |
*/ | |
html { | |
font-size: 16px; | |
} | |
#main-nav { | |
-webkit-transition: max-height 2s ease-in-out; | |
max-height: 2em; | |
overflow: hidden; |
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
* { | |
box-sizing: border-box; | |
padding: 0; | |
margin: 0: | |
} | |
html { font: 13px/26px sans-serif; } | |
sub { vertical-align: -0.15em; font-size: 0.8em; line-height: 0.8; } | |
@media screen and (min-width: 569px) { |
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 { | |
margin: 30px; | |
} | |
div { | |
width: 40px; | |
height: 40px; | |
background-color: #08f; | |
display: inline-block; | |
margin: 0 6px 0 0; | |
text-align: center; |
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:after { | |
content: ''; | |
display: block; | |
height: 0; | |
clear: both; | |
} | |
.container h1 { | |
float: left; | |
} | |
.menu { |
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
<!-- Twitter --> | |
<a href="https://twitter.com/intent/tweet?original_referer=REFERRER_URL&source=tweetbutton&text=TWEET_TEXT&url=URL&via=USERNAME">Share on Twitter</a> | |
<!-- Facebook --> | |
<a href="http://www.facebook.com/share.php?u=URL&t=TITLE">Share on Facebook</a> | |
<!-- Google+ --> | |
<a href="https://m.google.com/app/plus/x/?content=URL&v=compose&hideloc=1">Share on Google+</a> | |
<!-- Instapaper --> |
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
.scroll { | |
width: 400px; | |
height: 200px; | |
line-height: 20px; | |
overflow: scroll; | |
overflow-x: hidden; | |
overflow-y: scroll; | |
border: 1px solid #ccc; | |
} | |
.scroll p { |
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
Her Majesty Elizabeth the Second, by the Grace of God, of Great Britain, Ireland and the British Dominions beyond the Seas Queen, Defender of the Faith, Duchess of Edinburgh, Countess of Merioneth, Baroness Greenwich, Duke of Lancaster, Lord of Mann, Duke of Normandy, Sovereign of the Most Honourable Order of the Garter, Sovereign of the Most Honourable Order of the Bath, Sovereign of the Most Ancient and Most Noble Order of the Thistle, Sovereign of the Most Illustrious Order of Saint Patrick, Sovereign of the Most Distinguished Order of Saint Michael and Saint George, Sovereign of the Most Excellent Order of the British Empire, Sovereign of the Distinguished Service Order, Sovereign of the Imperial Service Order, Sovereign of the Most Exalted Order of the Star of India, Sovereign of the Most Eminent Order of the Indian Empire, Sovereign of the Order of British India, Sovereign of the Indian Order of Merit, Sovereign of the Order of Burma, Sovereign of the Royal Order of Victoria and Albert, Sovereign of the |
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
html, body { | |
margin: 0px; | |
} | |
p { | |
margin: 0.5em 2em; | |
} | |
.photo-gallery { | |
width: 100%; |