You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- header {
- padding: 2rem 0;
-
- nav {
- max-width: 1000px;
- margin: 0 auto;
- }
- }
-
- footer {
- text-align: center;
- padding: 2rem 0;
- }
-
- .content {
- flex-grow: 1;
- }
|