Skip to content

Instantly share code, notes, and snippets.

@coto
Last active January 8, 2016 17:16
Show Gist options
  • Save coto/8f11aadad7db2dd16908 to your computer and use it in GitHub Desktop.
Save coto/8f11aadad7db2dd16908 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
div {
position: relative;
min-height: 300px;
background-color: #9CCF31;
}
p {
bottom: 0;
right: 0;
position: absolute;
margin:0;
}
</style>
</head>
<body>
<div>
<p>
Text
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment