-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
47 lines (44 loc) · 1.69 KB
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
45
46
47
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - CSS Glassmorphism Cards</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!-- Avatar images from Unsplash. -->
<div class="content">
<div class="card">
Card 1
<img src="https://images.unsplash.com/photo-1634004429475-1bccd1996e18?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=435&q=80" alt="falcon" class="avatar">
<h4>Sam Wilson</h4>
<div class="details">
<p>Abilities or he perfectly pretended</p>
</div>
</div>
<div class="card">Card 2
<img src="https://images.unsplash.com/photo-1595495745866-982640a7d46f?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ2OTEzMjJ8&ixlib=rb-4.0.3&q=85" alt="fox" class="avatar">
<h4>Nick Wilde</h4>
<div class="details">
<p>Oh to as principles devonshire</p>
</div>
</div>
<div class="card">Card 3
<img src="https://images.unsplash.com/photo-1516683037151-9a17603a8dc7?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ2OTE0ODB8&ixlib=rb-4.0.3&q=85" alt="fish" class="avatar">
<h4>Nemo Fischer</h4>
<div class="details">
<p>The our selves suffering the</p>
</div>
</div>
<div class="card">Card 3
<img src="https://images.unsplash.com/photo-1516683037151-9a17603a8dc7?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ2OTE0ODB8&ixlib=rb-4.0.3&q=85" alt="fish" class="avatar">
<h4>Nemo Fischer</h4>
<div class="details">
<p>The our selves suffering the</p>
</div>
</div>
</div>
<!-- partial -->
</body>
</html>