form.css 441 B

1234567891011121314151617181920212223242526
  1. div.well{
  2. height: 250px;
  3. }
  4. .Absolute-Center {
  5. margin: auto;
  6. position: absolute;
  7. top: 0; left: 0; bottom: 0; right: 0;
  8. }
  9. .Absolute-Center.is-Responsive {
  10. width: 50%;
  11. height: 50%;
  12. min-width: 200px;
  13. max-width: 400px;
  14. padding: 40px;
  15. }
  16. #logo-container{
  17. margin: auto;
  18. margin-bottom: 10px;
  19. width:200px;
  20. height:30px;
  21. background-image:url('http://placehold.it/200x30/000000/ffffff/&text=Django+Hackathon+Starter');
  22. }