-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
27 lines (27 loc) · 991 Bytes
/
example.html
File metadata and controls
27 lines (27 loc) · 991 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Example CSS-only Image focal</title>
<link rel="stylesheet" href="assets/example.min.css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="focal.min.css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<h2>DIV elements</h2>
<h4>(with background image)</h4>
<div class="example bg">
<div class="focal focal-34"></div>
<div class="focal focal-34"></div>
<div class="focal focal-34"></div>
<div class="focal focal-34"></div>
</div>
<h2>IMG elements</h2>
<h4>(with src image)</h4>
<div class="example">
<div class="focal focal-34"><img src="assets/cropped.jpg"></div>
<div class="focal focal-34"><img src="assets/cropped.jpg"></div>
<div class="focal focal-34"><img src="assets/cropped.jpg"></div>
<div class="focal focal-34"><img src="assets/cropped.jpg"></div>
</div>
</body>
</html>