Skip to content

Instantly share code, notes, and snippets.

@hini-manan
Created December 1, 2016 23:58
Show Gist options
  • Save hini-manan/ff8556437800083ff2d69702d9fd98bf to your computer and use it in GitHub Desktop.
Save hini-manan/ff8556437800083ff2d69702d9fd98bf to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ff8556437800083ff2d69702d9fd98bf
<!doctype html>
<html>
<head>
<title>Louise's Web Site</title>
</head>
<body>
<h1>Welcome to Louise's web site!</h1>
<p><img src="http://dev.robkovacs.com/louise.jpg"/></p>
<p>Hi! My name is Louise. I am 3 years old. I am a maltipoo (half Maltese and half poodle). I live in Brooklyn, NY.</p>
<p>I was born in New Hampshire. <a href="http://mundysmaltesemaltipoos.com/">Here is a web site about where I was born.</a></p>
<h2>Things I like:</h2>
<ul>
<li>Peanut butter</li>
<li>Beating up my little brother</li>
<li>Taking naps</li>
<li>Dirty laundry</li>
<li>Trash</li>
<li>Mud and/or dirt</li>
<li>Lettuce</li>
<li>Popcorn</li>
<li>Broccoli</li>
<li>Spaghetti</li>
<li>Blueberries</li>
</ul>
<h2>Things I do not like:</h2>
<ul>
<li>Cats</li>
<li>Riding in the car</li>
<li>Being alone</li>
<li>Swimming</li>
<li>Taking baths</li>
<li>Cats</li>
</ul>
</body>
</html>
h1{
Color: rgb(225, 220, 224);
Font-family: papyrus;
Font-size: 50px;
}
Li{
Color: turquoise;
Font-family: georgia;
Font-size: 25px;
Background: teal;
}
h2{
Color: navy;
Font-family: san sarif;
Font-size: 40px;
Background: pink;
Text-align: right;
}
p{
Color: rgb(189, 150, 180);
Font-family: cursive;
Font-size: 20px;
Text-align: center;
}
body{
Background: teal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment