Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 5, 2015 13:16
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/81fa89b5d245fa402368 to your computer and use it in GitHub Desktop.
Save chuck0523/81fa89b5d245fa402368 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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment