Skip to content

Instantly share code, notes, and snippets.

@Jacob-Gray
Created December 16, 2016 17:08
Show Gist options
  • Save Jacob-Gray/ba4281fbaec6293b46e47bc02fc083a5 to your computer and use it in GitHub Desktop.
Save Jacob-Gray/ba4281fbaec6293b46e47bc02fc083a5 to your computer and use it in GitHub Desktop.
Super simple theme
body,
html {
margin: 0;
background: #f5f5f5;
}
body > p {
text-align: center;
}
.application-heading {
background: #3f51b5;
border-bottom: 1px solid #3949AB;
text-align: center;
}
.application-heading a {
color: white;
text-decoration: none;
display: inline-block;
padding: 7px 13px;
vertical-align: middle;
}
.application-heading a img.robot_face {
display: inline-block;
position: static;
width: 30px;
vertical-align: middle;
margin-right: 7px;
}
.container {
max-width: 1200px;
margin: 40px auto;
background: white;
padding: 10px 15px;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
iframe {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment