Skip to content

Instantly share code, notes, and snippets.

@tarah34
Created January 2, 2017 17:18
Show Gist options
  • Save tarah34/b5df5c846a688a818eb45b09fcb56099 to your computer and use it in GitHub Desktop.
Save tarah34/b5df5c846a688a818eb45b09fcb56099 to your computer and use it in GitHub Desktop.
100 Days of Code
<body>
<!--This is a page for practicing EMBEDDED css.
Styles are at the top in the head section. -->
<h1>Embedded Styles Practice</h1>
<h2>Note the code in the Head</h2>
<h3>We're going to style the heck out of this webpage!</h3>
<p>Why do we want to learn style?</p>
<ul>
<li>
Aesthetics matter
</li>
<li>
Targeting and differentiating sections for emphasis and clarity
</li>
<li>Coding from a humanities perspective makes the world a better place</li>
</ul>
<h3>The 100 Days of Code Challenge</h3>
<p>Here's my approach to the 100 days of code challenge. #100daysofcode Practice HTML and CSS and dig into JavaScript as much as possible.</p>
<pre>
Here is where a not often
used
tag
can
change
the
layout
of
text.
So what?
Practice!
</pre>
</body>
* {
font-family: helvetica; monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment