Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 5, 2015 12:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chuck0523/102a30d5f525b396e19c 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="belt">
<div class="dot"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment