Advertisement
Mwordpress

Center ADS - Mwordpress

Oct 1st, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <div class="div-block">
  2.     <div class="div-center">
  3.         <!-- ADS HERE -->
  4.     </div>
  5. </div>
  6.  
  7. <style>
  8. .div-block{
  9.     float:left;
  10.     line-height:0!important;
  11.     margin-bottom:5px!important;
  12.     padding:!important;
  13.     text-align:center!important;
  14.     white-space:nowrap;
  15.     width:100%
  16. }
  17. .div-block:before{
  18.     content:'';
  19.     display:inline-block;
  20.     height:auto;
  21.     margin-right:-.25em;
  22.     vertical-align:middle
  23. }
  24. .div-center{
  25.     display:inline-block!important;
  26.     line-height:0!important;
  27.     margin:0!important;
  28.     padding:!important;
  29.     vertical-align:middle
  30. }
  31. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement