-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (33 loc) · 1.52 KB
/
index.html
File metadata and controls
54 lines (33 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>MyWebsite</header>
<div class="blog-content">
<div class="clearfix img-container">
<img src="https://www.ge.com/news/sites/default/files/styles/full_header/public/Reports/2020-03/GettyImages-530755444-e1496426370542.jpg?itok=67DfrtvX" alt="">
</div>
<h2><strong>This is a Lorem Ipsum Heading</strong></h2>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Veritatis omnis magni, saepe ratione temporibus, consequuntur maxime quod sint molestias doloribus soluta nobis repellat unde dolor autem velit. Repellendus, quia? Maxime.</p>
</b><p style="display:block; color: #D57C3D">ReadMe</p>
</div>
<div class="side-bar">
<h2 class="w3-bar-item"><strong>SideBar</strong></h2>
<div class= "side-bar-links"><a href="#" class="w3-bar-item w3-button">Link 1</a>
<a href="#" class="w3-bar-item w3-button">Link 2</a>
<a href="#" class="w3-bar-item w3-button">Link 3</a></div>
<h2><strong>Other Widgets</strong></h2>
<p>This is photosho
</p>
</div>
<div style="margin-right:25%">
</div>
<footer><center>Copyright <p style="display:inline-block; color:#D57C3D">YourSite</p>. All rights reserved.</center>
</footer>
</body>
</html>