Skip to content

Instantly share code, notes, and snippets.

@yanorei32
Created January 12, 2022 14:04
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 yanorei32/30581f7ffa8ccf3e8e82d4215b5f7ed7 to your computer and use it in GitHub Desktop.
Save yanorei32/30581f7ffa8ccf3e8e82d4215b5f7ed7 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
background-color: limegreen;
}
.container {
max-width: 800px;
margin: auto;
}
.content {
height: 50%;
margin: 50px auto;
background-color: yellow;
}
</style>
</head>
<body>
<div class=container>
<div class=content></div>
<div class=content></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment