From b91a07b86ddbf94084c4319fd725c0b98f15d901 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Wed, 29 Aug 2018 22:23:02 -0700 Subject: [PATCH] add fcc_challenges.css index.html --- fcc_challenges.css | 23 +++++++++++++++++++++++ index.html | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 fcc_challenges.css create mode 100644 index.html diff --git a/fcc_challenges.css b/fcc_challenges.css new file mode 100644 index 0000000..bbf9e25 --- /dev/null +++ b/fcc_challenges.css @@ -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%); +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..cf46a8e --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + + + + +

FCC Challenges

+
+ +
+ +