Guest User

Untitled

a guest
Jun 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. input {
  5. height: 100px;
  6. vertical-align: middle;
  7. }
  8.  
  9. #test_line {
  10. line-height: 100%;
  11. vertical-align: middle;
  12. background: red;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div id="test_line">
  18. This is a test
  19. <input type="text" value="test123" />
  20. </div>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment