add fcc_challenges.css index.html

This commit is contained in:
2018-08-29 22:23:02 -07:00
commit b91a07b86d
2 changed files with 47 additions and 0 deletions

23
fcc_challenges.css Normal file
View 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%);
}