demo.css 352 B

123456789101112131415161718192021
  1. @import url("http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css");
  2. body {
  3. padding: 20px;
  4. background: #f6f6f6;
  5. }
  6. p {
  7. margin: 0 0 1em 0;
  8. }
  9. #view {
  10. margin:.5em 0 .25em 0;
  11. border:1px solid #ccc;
  12. background: #fff;
  13. }
  14. .container {
  15. width: 600px;
  16. }
  17. input[type="number"] {
  18. text-align: center;
  19. width: 20px;
  20. }