mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2025-08-23 02:03:57 -07:00
add fcc_challenges.css index.html
This commit is contained in:
23
fcc_challenges.css
Normal file
23
fcc_challenges.css
Normal file
@@ -0,0 +1,23 @@
|
||||
html,body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#directory-list {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
#directory-list li {
|
||||
margin: 1.5rem auto;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
text-decoration-color: black;
|
||||
}
|
||||
|
||||
#directory-list a {
|
||||
color: hsl(100, 19%, 18%);
|
||||
}
|
Reference in New Issue
Block a user