Skip to content

Instantly share code, notes, and snippets.

@dennispipper
Created March 20, 2015 17:31
Show Gist options
  • Save dennispipper/7e0000df97b0aea22713 to your computer and use it in GitHub Desktop.
Save dennispipper/7e0000df97b0aea22713 to your computer and use it in GitHub Desktop.
seventh.html
<!DOCTYPE html>
<html>
<head>
<title>First Example</title>
<meta charset="utf-8">
<style>
.disclaimer {
float: right;
margin: 10px;
width: 200px;
color: #FFF;
background-color: #9D080D;
padding: 4px;
}
p {
padding:15px;
}
</style>
</head>
<body>
<p class="disclaimer">
Disclaimer: The existence of silver, gold, and diamond trees is not confirmed. They went down, down, down, till at last they came to a passage...
</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus deleniti enim dicta, eveniet iure natus libero, fugiat, eaque dolores, excepturi exercitationem magni odit repellendus aspernatur voluptatem sed. Sunt, nobis, dolore!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment