Old high school files. Lessson notes/codes/projects etc.
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.
|
nav {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
font-size: 1.2em;
|
|
font-weight:800;
|
|
background: #aaf;
|
|
height: 10vh;
|
|
display:flex;
|
|
justify-content:space-around;
|
|
align-items:center;
|
|
}
|
|
|
|
.inline {
|
|
display: inline-block;
|
|
margin: 8px;
|
|
}
|
|
|