Skip to content

Instantly share code, notes, and snippets.

@schpet
Created May 8, 2012 23:30
Show Gist options
  • Save schpet/2640395 to your computer and use it in GitHub Desktop.
Save schpet/2640395 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<style type="text/css">
.block {
background:red;
width:1024px;
height: 512px;
color: white;
}
</style>
</head>
<body>
<div class="block">
1024x512
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment