-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
59 lines (55 loc) · 2.18 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>blog-page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav class="navbar">
<a class="nav-btn-blog-h" href="index.html">HOME</a>
<a class="nav-btn-blog-b" href="blog.html">BLOG</a>
</nav>
</header>
<div class="">
<div class="container-b">
<div class="image">
<img src="media/bulb-img.png" alt="Bulb image" width="600px" ; height="400px;">
</div>
<div class="content-1">
<h1 class="h1-b">The standard Lorem Ipsum passage, used since the 1500s</h1>
<p>But I must explain to you how all this mistaken idea of denoucing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the
master-builder of human happiness.No one rejects,dislikes or avoids pleasure itself.</p>
<a class="button" href="#">Read More</a>
</div>
</div>
</div>
<div class="">
<div class="container-b">
<div class="image">
<img src="media/mobile-img.png" alt="mobile image" width="600px"; height="400px;">
</div>
<div class="content-1">
<img src="media/keyboard-img.png" alt="Keyboard image" width="600px"; height="400px;">
</div>
</div>
</div>
<div class="">
<div class="container-c">
<div class="blog c">
<h1 class="h1-b">1914 translation by H.Rackham</h1>
<p>But I must explain to you how all this mistaken idea of denoucing pleasure and praising pain was born and I will give you a complete account of the system.</p>
<a class="a-tag-learn-more" href="#">Learn More</a>
</div>
<div class="blog d">
<h1 class="h1-b">1914 translation by H.Rackham</h1>
<p>But I must explain to you how all this mistaken idea of denoucing pleasure and praising pain was born and I will give you a complete account of the system.</p>
<div class="">
<a class="a-tag-learn-more" href="#">Learn More</a>
</div>
</div>
</div>
</div>
</body>
</html>