Created
August 2, 2015 07:22
-
-
Save chuck0523/f2a2c8d6854337db91ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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