Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<title>CSS Layout Exercises | Home</title>
<meta charset="utf-8" name="description" content="Layout exercise for Thinkful's front end web development course">

<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

<!-- reset -->
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css"> -->

<!-- styles -->
<link rel="stylesheet" type="text/css" href="main.css">

<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" media="none" onload="this.media='all'">
<noscript><link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" media="all"></noscript>
</head>
<body>
<h1>CSS layout exercises</h1>
Expand All @@ -20,4 +21,4 @@ <h1>CSS layout exercises</h1>
<p><a href="float-exercise.html">Solution: Float Exercise</a></p>
</ul>
</body>
</html>
</html>