Skip to content

Instantly share code, notes, and snippets.

@marvindanig
Created March 17, 2016 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marvindanig/1c14577991a0dff4d452 to your computer and use it in GitHub Desktop.
Save marvindanig/1c14577991a0dff4d452 to your computer and use it in GitHub Desktop.
@import url('//fonts.googleapis.com/css?family=Source+Serif+Pro|Josefin+Sans');
body {
background: #fff;
margin: 0 0;
overflow: hidden;
color: #444;
font: 3.6vw/1.2 'Source Serif Pro', serif;
}
h1 {
margin: 1vw 0;
padding: 0;
color: #666;
font-size: 6vw;
font-family: 'Josefin Sans', sans-serif;
width: 100%;
text-align: center;
}
p {
margin: 3vw 0;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}
a {
color: #0077ff;
outline: 0 none;
text-decoration: none;
text-rendering: optimizelegibility;
}
a:focus,
a:active,
a:hover {
outline: 0 none;
text-shadow: 0 0 2px #0cf;
}
a:active {
text-shadow: 0 0 2px #fff;
}
/* Page specific */
.leaf {
height: 100%;
height: 100vh;
width: 80%;
margin: auto;
}
.inner {
margin: 12% auto;
width: 100%;
}
.flex {
display: -webkit-box;
display: flex !important;
align-items: center;
justify-content: center;
}
.justify {
text-align: justify;
}
/* Your custom styles below */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment