App.css 354 B

12345678910111213141516171819202122232425262728293031
  1. #wrapper{
  2. text-align: center;
  3. min-height: 93vh;
  4. }
  5. #content{
  6. }
  7. #overview{
  8. font-family: monospace;
  9. background-color: #ccc;
  10. min-width: 200px;
  11. text-align: right;
  12. margin: auto;
  13. font-size: 2em;
  14. display: inline-block;
  15. }
  16. #overview p{
  17. margin: 0.2em 1em;
  18. }
  19. footer{
  20. background-color: #eee;
  21. }
  22. h1{
  23. margin-top: 0px;
  24. padding-top: 20px;
  25. }