Add hire me page

This commit is contained in:
Henry Hiles 2023-06-13 12:34:53 -04:00
parent 0b79a849e7
commit 79e3ecc72d
12 changed files with 158 additions and 7 deletions

View file

@ -37,8 +37,8 @@ main {
display: flex;
gap: 3rem;
flex-direction: column;
padding-bottom: 2rem;
align-items: center;
padding-bottom: 10em;
}
main > section {
@ -61,3 +61,11 @@ main > section:hover {
scroll-margin: 6rem;
}
}
a {
color: #4f94e5;
}
a:not(:hover) {
text-decoration: none;
}