Skip to content

Instantly share code, notes, and snippets.

@wikimatze
Last active October 14, 2018 17:01
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 wikimatze/0b1c0a8bd31fb2a004975a29477d7568 to your computer and use it in GitHub Desktop.
Save wikimatze/0b1c0a8bd31fb2a004975a29477d7568 to your computer and use it in GitHub Desktop.
padrino blog tutorial application css
.hero-body {
background-image: url(https://farm3.staticflickr.com/2840/33942486610_e0c80a7999_o_d.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 700px;
background-color: black;
}
h1.title {
margin-top: 145px;
}
h3.has-text-centered {
color: #363636;
font-size: 2rem;
font-weight: 600;
line-height: 1.125;
margin-bottom: 1.5rem;
}
.articles {
margin: 5rem 0;
margin-top: 5rem;
margin-top: -200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment