Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
4,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. .image{
  2.     float: left;
  3.     width: 50%;
  4.     position: relative;
  5. }
  6.  
  7. .image img{
  8.     height: 100%;
  9.     width: 100%;
  10.     display: block;
  11. }
  12.  
  13. .sport{
  14.     position: absolute;
  15.     background:  rgba(0, 0, 0, 0.5);
  16.     width: 98%;
  17.     padding: 1%;
  18.     text-align: center;
  19.     top:90%;
  20.     left: 50%;
  21.     font-size: 20px;
  22.     color: #fff;  
  23.     transform: translate(-50%, -50%);
  24.     -ms-transform: translate(-50%, -50%);
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement