Skip to content

Instantly share code, notes, and snippets.

@portercar
Created November 6, 2017 15:03
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 portercar/280b1df4028c62289a908d582b7059ac to your computer and use it in GitHub Desktop.
Save portercar/280b1df4028c62289a908d582b7059ac to your computer and use it in GitHub Desktop.
Banner Image with Text
<style>
.content-wrapper{
width: 100%;
}
.content-wrapper img{
width: 100%;
}
.text-wrapper{
width: 100%;
position: relative;
margin-top: -30%;
}
.text-wrapper h1{
text-align: center;
color: #ffffff;
font-size: 64px;
font-family: "Open Sans";
margin-bottom: 20%;
}
</style>
<div class="content-wrapper">
<img src="https://cporter.wildapricot.org:443/resources/Pictures/Banners/students.jpg">
<div class="text-wrapper">
<h1>Student Intern Newsletter</h1>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment