-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (24 loc) · 890 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CSS Document RUle</title>
<!-- jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- demo scripts -->
<link rel="stylesheet" href="css/style.css">
<!-- nav script -->
<script src="../_nav/js/nav.js" type="text/javascript"></script>
</head>
<body>
<!-- nav script -->
<div class="demo-meta">
<h1 class="demo-title">CSS4 Document RUle</h1>
<p class="demo-desc">Apply CSS Rules based on the document URL</p>
</div>
<!-- demo content -->
<div class="demo-wrapper">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Similique, soluta, ullam tempora consectetur unde eum quia deserunt doloremque corporis iure ex rerum provident fuga aperiam optio repellat quidem exercitationem neque.</p>
</div>
</body>
</html>