12345678910111213141516171819202122232425262728293031 |
- #wrapper{
- text-align: center;
- min-height: 93vh;
- }
- #content{
- }
- #overview{
- font-family: monospace;
- background-color: #ccc;
- min-width: 200px;
- text-align: right;
- margin: auto;
- font-size: 2em;
- display: inline-block;
- }
- #overview p{
- margin: 0.2em 1em;
- }
- footer{
- background-color: #eee;
- }
- h1{
- margin-top: 0px;
- padding-top: 20px;
- }
|