Finish adding Aboutme, projects, and socials pages
This commit is contained in:
19
assets/css/links.css
Normal file
19
assets/css/links.css
Normal file
@@ -0,0 +1,19 @@
|
||||
#links {
|
||||
display: flex;
|
||||
width: 288px;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
#links > .link {
|
||||
flex: 1;
|
||||
font-family: var(--font);
|
||||
text-decoration: none;
|
||||
color: var(--text-color);
|
||||
outline: var(--outline);
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#links > .link:hover {
|
||||
background: var(--bg-highlight-color);
|
||||
}
|
||||
Reference in New Issue
Block a user