Skip to content

Instantly share code, notes, and snippets.

@Pajn
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pajn/8916843 to your computer and use it in GitHub Desktop.
Save Pajn/8916843 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
#px {
width: 37.8px;
height: 37.8px;
background: red;
}
#cm {
width: 1cm;
height: 1cm;
background: blue;
}
#big {
width: 320px;
height: 568px;
background: green;
}
</style>
</head>
<body>
<div id="px"></div>
<div id="cm"></div>
<div id="big"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment