-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (64 loc) · 3.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fancy Cards</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;400;900&display=swap" rel="stylesheet">
</head>
<body>
<ul class="card-track">
<li class="card">
<header>
<p>Discovered: 5000 BCE</p>
<h2>Fe: Oh the Irony</h2>
</header>
<p>Ever wonder why Ancient societies preferred Copper?</p>
</li>
<li class="card">
<header>
<p>Discovered: 400 BCE</p>
<h2>As: Poison or Tin</h2>
</header>
<p>Ancient Bronze smiths alloyed Arsenic to Copper when they ran out of Tin</p>
</li>
<li class="card">
<header>
<p>Discovered: 1868 CE</p>
<h2>He: Nuclear Sources</h2>
</header>
<p>From deep underground, Nuclear fission creates alpha radiation which is what physicists call helium when it is going really fast</p>
</li>
<li class="card">
<header>
<p>Discovered: 1801 CE</p>
<h2>Vandium</h2>
</header>
<p>To steel your nerves. Add some Iron</p>
</li>
<li class="card">
<header>
<p>Discovered: 1817 CE</p>
<h2>Lithium</h2>
</header>
<p>To steel your nerves. Add some Iron</p>
</li>
<li class="card">
<header>
<p>Discovered: 1755 CE</p>
<h2>Mg</h2>
</header>
<p>To steel your nerves. Add some Iron</p>
</li>
</ul>
</body>
</html>
<!-- <img class="image" src="https://plus.unsplash.com/premium_photo-1673892648299-02f533b411f2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8cGh5c2ljc3xlbnwwfDF8MHx8fDA%3D&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" src="https://plus.unsplash.com/premium_photo-1673892648202-2dbdc2a3a955?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTN8fHBoeXNpY3N8ZW58MHwxfDB8fHww&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" src="https://plus.unsplash.com/premium_photo-1673830981373-0ac64a00f186?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTl8fHBoeXNpY3N8ZW58MHwxfDB8fHww&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" src="https://plus.unsplash.com/premium_photo-1673892648300-58af6ad0c80d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8cGh5c2ljc3xlbnwwfDF8MHx8fDA%3D&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" src="https://plus.unsplash.com/premium_photo-1673830981238-04776999d706?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDh8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&w=600&q=60" alt="">
<img class="image" src="https://plus.unsplash.com/premium_photo-1673892648235-c4a33e954e19?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MnxETWtrRTl0czJlSXx8ZW58MHx8fHx8&auto=format&fit=crop&w=600&q=60" alt=""> -->