Guest User

Untitled

a guest
May 27th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <table class="outer-wrapper">
  2. <td class="outer">
  3. <div class="inner"></div>
  4. </td>
  5. </table>
  6.  
  7. .outer {
  8. width: 200px;
  9. height: 200px;
  10.  
  11. text-align: center;
  12. vertical-align: middle;
  13.  
  14. background-color: #ffc;
  15. }
  16.  
  17. .inner {
  18. display: inline-block;
  19.  
  20. width: 100px;
  21. height: 100px;
  22.  
  23. background-color: #fcc;
  24. }
Add Comment
Please, Sign In to add comment