Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. a {
  2. background: #A9A9A9;
  3. display: table;
  4. position: absolute;
  5. right: 0;
  6. top: 0;
  7. height: 100%;
  8. width: 20%;
  9. vertical-align: middle;
  10. float: right;
  11. text-align: center;
  12. }
  13.  
  14. a span {
  15. display: table-cell;
  16. vertical-align: middle;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement