|
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
}
|