Add hire me page
This commit is contained in:
parent
0b79a849e7
commit
79e3ecc72d
12 changed files with 158 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue