1. Just type the code
2. color: #336600;
}
h1{ font-family: "Times New Roman", sans-serif;
}
p{ font-size:150%;
}
</style>
</head>
3. <style> down "is not closed
BLOG
<!DOCTYPE html>
<html>
<head>
<title> My Blog </title>
<link rel="stylesheet" type="text/css" href="blogstyle.css">
</head>
<body>
<div id="container">
<div id="header">
<h1> Big Ass Machine</h1>
</div>
<div id="nav">
<ul>
<li>Home</li>
<li>About</li>
<li>IDK</li>
</ul>
</div>
<div id="main">
<div id="main_left">Article
<p class="tester">
This is a third entry for the blog.
Feb 23,2016
</p>
<p class="tester">
This is a third entry for the blog.
Mar 1, 2016
</p>
<p class="tester">
This is a third entry for the blog.
Mar 3, 2016
</p>
<p class="tester">
This is a third entry for the blog.
</p>
</div>
<div id="main_right">Sidebar
</div>
</div>
<footer>4 Footer
</footer>
</div>
</body>
</html>
No comments:
Post a Comment