forked from akbarjondev/afrianska
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
43 lines (36 loc) · 1.34 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/style.min.css"> -->
</head>
<body class="body">
<header class="contact-header">
<div class="header-top">
<div class="container header-top-box">
<a href="index.html" class="logo-blog-page">
<img class="img-blog-page" src="img/logo.svg" alt="Logo of Afrianska" width="32" height="32">
</a>
<button type="button" class="toggel-btn">
<img class="toggel-btn-img" src="img/toggel.svg" alt="Menu button for users">
</button>
</div>
</div><!-- End of header-top -->
<div class="header-bottom">
<div class="container">
<div class="header-bottom-content">
<h1 class="h3-blog-page header-bottom-heading">Afrianska</h1>
<p class="main-p-blog-page header-bottom-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</div>
</div>
</div><!-- End of header-bottom -->
</header><!-- End of header -->
<script src="js/script.js"></script>
</body>
</html>