Our starting point has us a long way to go, but it should be pretty easy:
Let's jump into the HTML of our secondary section:
I'll add the class of button to all three anchor elements at the bottom of each column.
<a href="#" class="button">Tenticals »</a>
Now, jumping down to the bottom of our CSS, let's add a huge comment for our new section and name "Buttons".
/****************Buttons****************/
This is where all our button styles will go.
What we want to do is create the .button selector. All the stylistic ...