Last active
October 14, 2018 17:01
-
-
Save wikimatze/0b1c0a8bd31fb2a004975a29477d7568 to your computer and use it in GitHub Desktop.
padrino blog tutorial application css
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
.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