Skip to content

Instantly share code, notes, and snippets.

@Cross22
Created October 14, 2018 04:18
Show Gist options
  • Save Cross22/714253fd3bb9deb0add65a7ed6e84f75 to your computer and use it in GitHub Desktop.
Save Cross22/714253fd3bb9deb0add65a7ed6e84f75 to your computer and use it in GitHub Desktop.
rectangle
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.rectangle {
height: 50px;
width: 100px;
background-color: #555;
}
</style>
</head>
<body>
<div class="rectangle"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment