Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. .outer {
  2. position: relative;
  3. width: 500px;
  4. height: 500px;
  5. background: red;
  6. }
  7.  
  8.  
  9. .inner {
  10. position: absolute;
  11. background: yellow;
  12. margin: auto;
  13. width: 200px;
  14. left: 0;
  15. right: 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement