Guest User

Untitled

a guest
Mar 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. * {
  2. -webkit-box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. box-sizing: border-box;
  5. }
  6.  
  7. .panel {
  8. top: 25%;
  9. }
  10.  
  11. .container-fluid
  12.  
  13. .container-form {
  14. width: 60%;
  15. min-height: 50%;
  16. background-color: black;
  17. margin: auto;
  18. margin-top: 25px;
  19. }
  20.  
  21. .container-form:hover {
  22. box-shadow: 0 5px 20px maroon ;
  23. transition: box-shadow 5s ease;
  24. }
  25.  
  26.  
  27.  
  28. legend {
  29. font-size: 2.2em;
  30. color: grey;
  31. text-shadow: 0 0 10 black;
  32.  
  33. }
  34.  
  35. .form-group {
  36. color: #B8860B;
  37. }
Add Comment
Please, Sign In to add comment