Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. button {
  2. float: right;
  3. margin: 0;
  4. }
  5.  
  6. body {
  7. margin: 0;
  8. }
  9.  
  10. .parent {
  11. width:30%;
  12. display: inline-block;
  13. border: 1px solid green;
  14. margin:20px;
  15. }
  16.  
  17. input {
  18. width:calc(100% - 4px);
  19. }
  20.  
  21. .child {
  22. padding:50px;
  23. border:1px solid red;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement