Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. .box .overbox {
  2.     width: 100%;
  3.     height: 100%;
  4. }
  5.  
  6. .box img {
  7.     width: 100%;
  8. }
  9.  
  10. .box .overlay-text-container {
  11.     position: absolute;
  12.     left: 50%;
  13.     top: 50%;
  14.     transform: translate(-50%, -50%) !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement