Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ykyk1218/1f54ed102feebb284ed72d7b26dff264 to your computer and use it in GitHub Desktop.
Save ykyk1218/1f54ed102feebb284ed72d7b26dff264 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="robots" content="noindex,nofollow" />
<meta charset="UTF-8">
<title>This is Template</title>
<style type="text/css">
#container {
width: 960px;
margin: auto;
border: 1px solid #ddd;
}
.in {
margin: 0 calc(50% - 50vw);
padding: 0 calc(50vw - 50%);
background: #8FC1F0;
}
</style>
</head>
<body>
<div id="container">
<p>Hello World!</p>
<div class="in">テスト</div>
</div>
</body>
</html>
@ykyk1218
Copy link
Author

スクリーンショット 2019-06-17 12 59 58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment