-
Notifications
You must be signed in to change notification settings - Fork 0
/
honcharov.html
64 lines (57 loc) · 2.3 KB
/
honcharov.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
<!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="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"
integrity="sha512-NmLkDIU1C/C88wi324HBc+S2kLhi08PN5GDeUVVVC/BVt/9Izdsc9SVeVfA1UZbY3sHUlDSyRXhCzHfr6hmPPw=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<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=Delius+Swash+Caps&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./qwe.css">
<title>Cake City</title>
</head>
<body>
<header>
<div class="container">
<nav class="top-menu">
<a href="#" class="logo">
<img src="./images/logo/Frame.svg" alt="Logo">
Cake city
</a>
<ul class="menu">
<li>
<a href="#">Fresh market</a>
</li>
<li>
<a href="#">Fresh market</a>
</li>
<li>
<a href="#">Fresh market</a>
</li>
<li>
<a href="#">Fresh market</a>
</li>
</ul>
</nav>
</div>
</header>
<section>
<div class="main_container">
<h1 class="main_title">Sweet stories</h1>
<nav class="cards">
<img src="./images/picture/1.png" class="card" alt="image">
<a href="#" class="cards_title">Sweet stories</a>
<img src="./images/picture/2.png" class="card" alt="image">
<a href="#" class="cards_title">Sweet stories</a>
<img src="./images/picture/3.png" class="card" alt="image">
<a href="#" class="cards_title">Sweet stories</a>
<img src="./images/picture/4.png" class="card" alt="image">
<a href="#" class="cards_title">Sweet stories</a>
</nav>
</div>
</section>
</body>
</html>