Guest User

Untitled

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