Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .container{
  2. width:300px;
  3. background:#888;
  4. min-height:100px;
  5. padding:10px;
  6. }
  7.  
  8. .row{
  9. width:280px;
  10. }
  11.  
  12. .col-1{
  13. width:60px;
  14. float:left;
  15. margin-right: 20px;
  16. }
  17.  
  18. .col-3{
  19. width:200px;
  20. float:left;
  21. }
  22.  
  23. .btn{
  24. width:100%;
  25. height:50px;
  26. }
  27.  
  28. .txt{
  29. width:100%;
  30. height:44px;
  31. resize: none;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement