-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 2.09 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://img.icons8.com/dusk/16/null/stack-of-photos--v1.png" type="image/x-icon">
<title>Filters with JS🤖</title>
</head>
<body>
<h1>Filters with JavaScript</h1>
<hr />
<div>
<h3>B&W Filter</h3>
<p class="codepen" data-height="569.6000061035156" data-theme-id="dark" data-default-tab="result"
data-slug-hash="VwMLyNV" data-user="slowflash22"
style="height: 569.6000061035156px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/slowflash22/pen/VwMLyNV">
Black and White filter </a> by FlashCodes (<a
href="https://codepen.io/slowflash22">@slowflash22</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
<hr />
</div>
<div>
<h3>Pixel Rain Effect</h3>
<p class="codepen" data-height="667.1999816894531" data-theme-id="dark" data-default-tab="result"
data-slug-hash="dyVodpr" data-user="slowflash22"
style="height: 667.1999816894531px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/slowflash22/pen/dyVodpr">
Pixel Rain effect: B&W</a> by FlashCodes (<a
href="https://codepen.io/slowflash22">@slowflash22</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
</div>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</body>
</html>