Guest User

Untitled

a guest
Oct 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class='wrapper'>
  2. <div class='inner'>smth here
  3. <span>text</span>
  4. </div>
  5. <input type="text">
  6. </div>
  7.  
  8. <style>
  9. .inner {}
  10. span {
  11. height: 100px;
  12. display: inline-block;
  13. vertical-align: bottom;
  14. border: 1px solid
  15. }
  16. .wrapper {
  17. width: 200px;
  18. height: 200px;
  19. background: silver
  20. }
  21. </style>
Add Comment
Please, Sign In to add comment