Skip to content

Instantly share code, notes, and snippets.

@kellishouts
kellishouts / fastenate
Last active August 29, 2015 14:09
Fastenate
<h1>Fastenate</h1>
<ul>
<li>Study the EASYMODE Layouts provided. Be sure you are viewing them at Actual Size.</li>
<li>Start up a server for your project.</li>
<li>Write the Markup for the layout in index.html. unformatted_text.txt has been provided for you so you don't have to type it in.</li>
<li>Create an external stylesheet in the styles directory. Link to the stylesheet in your index.html</li>
<li>Add a CSS Reset and CSS Clearfix to your styles.</li>
<li>Import the Google fonts used in the layout:
<br /><b>Oswald Regular, Lato Regular</b></li>
1. Finish "Out of this World" markup.
2. Styles
Create a directory called /stylesheets
In your /stylesheets directory, create a stylesheet called styles.css
In your index.html, link to your styles.css.
Style the layout (do not touch the markup[HTML]).