Skip to content

Instantly share code, notes, and snippets.

@Sourdoughnerd
Sourdoughnerd / foodstyle.css
Created August 25, 2015 18:56
Week 1 - Day 2 - Choose your own adventure
h1 {
font-family: courier;
}
p {
color: rgb(200,218,218);
}
div p {
color: #000099;
}
i {
@Sourdoughnerd
Sourdoughnerd / blog.html
Created August 25, 2015 18:34
Week1Day2BlogExample
<html>
<head>
<link href="styles.css" rel="stylesheet">
<title>NoobHacker</title>
</head>
<body bgcolor=#C0C0C0>
<h1>NoobHacker</h1>
<div class = "headerNoobHacker" id="header1"> Welcome to the NoobHacker Blog </div>
<div class = "content" id="content1"> Do you want to become a hacker? So do we! Follow our journey to becoming white hat hackers!</div>