Skip to content

Instantly share code, notes, and snippets.

@roktas
Created January 30, 2024 09:20
Show Gist options
  • Save roktas/371c01aa8a4c95b38119b817452b3389 to your computer and use it in GitHub Desktop.
Save roktas/371c01aa8a4c95b38119b817452b3389 to your computer and use it in GitHub Desktop.
Test Square 10cm x 10cm
<!DOCTYPE html>
<html>
<head>
<style>
#square {
width: 10cm;
height: 10cm;
border: solid 1px;
margin: 0cm;
padding: 0cm;
}
</style>
</head>
<body>
<div id="square"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment