Skip to content

Instantly share code, notes, and snippets.

@roy
Created March 3, 2011 12:25
Show Gist options
  • Save roy/852688 to your computer and use it in GitHub Desktop.
Save roy/852688 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Index</title>
<style type="text/css">
style {
display: block;
position: absolute;
left: 50%;
right: 0px;
bottom: 0px;
top: 0px;
background: #333;
color: white;
padding: 20px;
white-space: pre;
}
</style>
</head>
<body>
<h1>test</h1>
<p>bla</p>
<style type="text/css" contenteditable="true">
body {
background: #999;
}
h1 {
background: blue;
}
</style>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment