Advertisement
ijanosevic

css-html

Mar 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .delimiter{
  2. background-color: #ADADAD;
  3. height: 1px;
  4. clear: both;
  5. width: 95%;
  6. margin: 5px auto;
  7. }
  8. .clearfix::after{
  9. content: '';
  10. clear: both;
  11. height: 1px;
  12. overflow: hidden;
  13. }
  14. form .inner-wrapper > div{
  15. margin-bottom: 8px;
  16. }
  17. form .inner-wrapper > div label{
  18. display: block;
  19. width: 40%;
  20. float: left;
  21. }
  22. form .inner-wrapper > div > nth-child(2){
  23. width: 58%;
  24. float: right;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement