Skip to content

Instantly share code, notes, and snippets.

@ovidijusr
Created April 5, 2017 11:17
Show Gist options
  • Save ovidijusr/0ae2eddc155f74c2396b9f0716f0a704 to your computer and use it in GitHub Desktop.
Save ovidijusr/0ae2eddc155f74c2396b9f0716f0a704 to your computer and use it in GitHub Desktop.
section.image-header span {
text-shadow: 0 0 5px rgba(0,0,0,.5);
font-size: 33px;
position: absolute;
text-transform: uppercase;
top: calc(50% - 34px);
left: 30px;
}
section.image-header {
position: relative;
min-height: 235px;
box-sizing: border-box;
/* padding-top: 40px; */
background-size: cover;
background-repeat: no-repeat;
/* padding-left: 30px; */
color: #fff;
text-shadow: 0 0 5px rgba(0,0,0,.5);
/* background-image: url(../images/about/bg.jpg); */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment