-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLearned.html
89 lines (69 loc) · 3.27 KB
/
Learned.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>learnedWords</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/Mobile.css" media="screen and (max-width:600px)">
<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;200;300;400;500;600;700;900&display=swap"
rel="stylesheet">
</head>
<body>
<div class="container">
<section class="nav-container">
<div class="nav-bar">
<a href="./Index.html"> <img src="./Logo/PNG/Main Logo_Main logo.png" alt="" class="mainLogo"></a>
<div class="tabs">
<li><a class="menu " href="./Index.html">Home</a></li>
<li><a class="menu " href="./Learned.html">Learned</a> </li>
<li><a class="menu " href="./about.html">About us</a></li>
<div class="line"></div>
</div>
<img src="./Image/moon.png" id="mode" alt="">
<button class="hamburger ">
<div class="bar "></div>
</button>
</div>
</section>
<div class="mobile-nav ">
<li><a class="menu " href="./Index.html">Home</a></li>
<li><a class="menu " href="./Learned.html">Learned</a> </li>
<li><a class="menu " href="./about.html">About us</a></li>
<img class="mobile_nav_logo" src="./Logo/PNG/bee dictionary logo_Main icon.png" alt="">
<img class="mobile_nav_logo1" src="./Logo/PNG/bee dictionary logo_Main icon.png" alt="">
<img class="mobile_nav_logo2" src="./Logo/PNG/bee dictionary logo_Main icon.png" alt="">
</div>
<section class="main">
<div class="boxes">
<!-- <div class="box">
<h3 >keep</h3>
<div class="definition">
<h2>definition</h2>
<p>a very large quantity of something</p>
</div>
<div class="examples">
<h2>examples</h2>
<p>a very large quantity of something</p>
<p>a very large quantity of something</p>
</div>
<div class="synonyms">
<h2>synonyms</h2>
<p>generous, charitable, compassionate</p>
</div>
<div class="antonyms">
<h2>antonyms</h2>
<p>generous, charitable, compassionate</p>
</div>
<button id="removeBtn">Remove</button>
</div> -->
</div>
</section>
</div>
<!-- <script src="./script.js"></script> -->
<script src="./learn.js"></script>
<script src="./effects.js"></script>
</body>
</html>