-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.html
More file actions
61 lines (57 loc) · 2.16 KB
/
Copy pathtutorial.html
File metadata and controls
61 lines (57 loc) · 2.16 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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">
<title>Tutorial</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<script src="https://kit.fontawesome.com/028ae75b8b.js" crossorigin="anonymous"></script>
</head>
<body>
<img src="img/bg 1.png" alt="" class="zeropad" >
<a href="about.html"><h3 class="about">About</h3></a>
<a href=""><button class="button-up">Upload</button></a>
<div class="boxContainer">
<table class="elementContainer">
<tr>
<td>
<input type="text" placeholder="search for free design" class="search">
</td>
<td>
<a href=""><i class="material-icons">search</i></a>
</td>
</tr>
</table>
</div>
<a href="index.html"><img src="/img/logo.png" alt="" class="logo"></a>
<div class="box">
<table>
<tr>
<td><a href="index.html"><h3 class="link"><b>Home</b> </h3></a></td>
<td><a href="discover.html"><h3 class="link ">Discover</h3></a></td>
<td><a href="tutorial.html"><h3 class="link active">Tutorial</h3></a></td>
<td><a href="Leaderboard.html"><h3 class="link">Leaderboard</h3></a></td>
<td><a href="challenges.html"><h3 class="link">Challenges</h3></a></td>
</tr>
</table>
</div>
<img src="img/tutorial.png" alt="" class="img-col">
<div id="footer">
<div class="footer-content">
<h3>Alury</h3>
<p>Beauty that look real but simple</p>
<ul class="socials">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
<div class="footer-bottom">
<p>copyright © 2021 Alury. Designed <span>by Audi & Angel</span> </p>
</div>
</div>
</div>
</body>
</html>