You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
871 B
CSS
42 lines
871 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Fira+Code&family=Montserrat:wght@400;600;700&display=swap");
|
|
.navbar {
|
|
overflow: hidden;
|
|
background-color: #f1f1f1;
|
|
padding: 15px 10px;
|
|
font-family: "Fira Code", monospace;
|
|
border-radius: 3px; }
|
|
|
|
.navbar a {
|
|
float: left;
|
|
color: black;
|
|
text-align: center;
|
|
padding: 7px 12px;
|
|
text-decoration: none;
|
|
font-size: 22px;
|
|
line-height: 25px;
|
|
border-radius: 4px; }
|
|
|
|
.navbar a.name {
|
|
font-size: 25px;
|
|
font-weight: 600; }
|
|
|
|
.navbar a:hover {
|
|
background-color: #dddddd;
|
|
color: black; }
|
|
|
|
.page {
|
|
background-color: #f1f1f1;
|
|
height: fit-content;
|
|
padding: 10px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
font-family: "Montserrat", sans-serif;
|
|
border-radius: 3px; }
|
|
|
|
@media (min-width: 992px) {
|
|
.page {
|
|
width: 80%;
|
|
margin: 10px auto 10px; } }
|
|
|
|
/*# sourceMappingURL=main.css.map */
|