View Single Post
Old 10-03-2012, 04:10 AM   PM User | #3
catkustes
New Coder

 
Join Date: Oct 2012
Posts: 10
Thanks: 2
Thanked 1 Time in 1 Post
catkustes is an unknown quantity at this point
html for section

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Sincerely Curious</title>
<link rel="stylesheet" type="text/css" href="sincerelycurious.css" />
</head>
<body>
<header role="banner">
<h1>Sincerely Curious</h2>

<!--site logo could go here-->
<header>
<nav role="navigation">
<ul>
<article class="social header">
<h2><a href="http://www.facebook.com/cat.kustes">Facebook</a></h2><h2><a href="https://twitter.com/Catkustes">Twitter</a></h2>
<h2><a href="http://www.linkedin.com/pub/caitlin-kustes/3a/6b6/90b">Linked In</a></h2>
<h2><a href="http://sincerelycuriousblog.blogspot.com/">Blog</a></h2>
</ul>
</div>
</nav>

CSS text:
<style media="screen" type="text/css">
h2{
color: red;
font: 11
}
catkustes is offline   Reply With Quote