mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-21 19:31:29 -08:00
add fcc_challenges.css index.html
This commit is contained in:
commit
b91a07b86d
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%);
|
||||||
|
}
|
24
index.html
Normal file
24
index.html
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||||
|
<link rel="stylesheet" type="text/css" href="fcc_challenges.css">
|
||||||
|
<title></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 id="title">FCC Challenges</h1>
|
||||||
|
<div id="directory-list">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="how_was_dinner/">Build a Survey Form - How Was Dinner? - Responsive Web Design Projects</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="how_was_dinner/index.html">foo</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user