-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
70 lines (57 loc) · 1.73 KB
/
code.html
File metadata and controls
70 lines (57 loc) · 1.73 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
62
63
64
65
66
67
68
69
70
<!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>Mylivejournal</title>
<link rel="stylesheet" href="code.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
</style>
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="#">Quotes</a></li>
<li><a href="#">Datewise Journal</a></li>
<li><a href="#">Home</a></li>
<img src="./images/logo_1_212x42.png">
</ul>
</nav>
<h2>Its Rishabh's Live Journal</h2>
</header>
<div class="class">
<p>Hello</p>
<div class="hi">
<h1>Grid Layout</h1>
</div>
<div class="property">
<p>This grid layout contains six columns and three rows:</p>
</div>
<div class="grid-container">
<div class="Hello">Hello I am Header</div>
<div class="Myself">Menu</div>
<div class="Rishabh">Main</div>
<div class="Jain">Right</div>
<div class="Html">Footer</div>
</div>
</div>
<footer>
<div class="footer-content">
<h1>Rishabh's Production</h1>
<hr size="2" width="90%" color="fff">
<ul class="social">
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
<div class="footer-bottom">
<p>copyright & copy ; 2021 Live Journal.designed by <span>Rishabh's Production</span></p>
</div>
</footer>
</body>
</html>