Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 5, 2015 13:58
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 chuck0523/0ac760183a5dbfe2ec0a to your computer and use it in GitHub Desktop.
Save chuck0523/0ac760183a5dbfe2ec0a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>div like belt</title>
<link href="divLikeBelt.css" rel="stylesheet" />
</head>
<body>
<div class="belt1"></div>
<div class="belt2"></div>
<div class="belt3"></div>
<div class="belt4"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment