Skip to content

Instantly share code, notes, and snippets.

View spencermathews's full-sized avatar

Spencer Mathews spencermathews

View GitHub Profile
<a href="http://validator.w3.org/check?uri=referer">Valid HTML</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">Valid CSS</a>
@spencermathews
spencermathews / index.html
Last active January 22, 2016 01:26
target practice 1 start
<section id="numbers">
<ul>
<li><span class="low">1</span></li>
<li>2</li>
<li><span class="low">3</span></li>
<li>4</li>
<li><span class="low">5</span></li>
</ul>
</section>
@spencermathews
spencermathews / index.html
Last active January 22, 2016 01:52
target practice 2 (js) start
<table id="choc">
<tr>
<th colspan='2'>chocolate</th>
</tr>
<tr>
<td>extra dark</td>
<td>ecstatic</td>
</tr>
<tr>
@spencermathews
spencermathews / 1-jQuery change background.markdown
Created January 22, 2016 01:07
1-jQuery change background
@spencermathews
spencermathews / 3-jQuery change content and css.markdown
Last active January 22, 2016 01:51
3-jQuery change content and css
@spencermathews
spencermathews / 4-jQuery events.markdown
Last active January 22, 2016 01:51
4-jQuery events
@spencermathews
spencermathews / 6-jQuery full screen section start.markdown
Created January 22, 2016 01:54
6-jQuery full screen section start
@spencermathews
spencermathews / css float and validation start.markdown
Created January 26, 2016 23:42
css float and validation start
@spencermathews
spencermathews / 5-jQuery tool tips.markdown
Last active January 27, 2016 00:17
5-jQuery tool tips