Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created August 2, 2015 07:22
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/f2a2c8d6854337db91ad to your computer and use it in GitHub Desktop.
Save chuck0523/f2a2c8d6854337db91ad to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1" />
<title>CSSのafterとbeforeを使う</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript" src="jquery.min.js"></script>
</head>
<body>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
<ul class="lists">
<li>タスク1</li>
<li>タスク2</li>
<li>タスク3</li>
<li>タスク4</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment