Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active January 2, 2016 18:49
Show Gist options
  • Save NatalieMac/8346698 to your computer and use it in GitHub Desktop.
Save NatalieMac/8346698 to your computer and use it in GitHub Desktop.
Step 2: CSS to place text on images
span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 150px;
left: 0;
position: absolute;
top: 0;
width: 150px;
}
span.text-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment