-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.72 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<style>
.blueY{
color: yellow;background-color: blue;
}
</style>
</head>
<body>
<div class="container">
<h2>Heading <b>gnidaeH</b>,</h2>
<div class="col1">
<p>
<img src="random.webp" alt="" width="100%" height="auto">
I'm baby ethical bodega boys chicharrones neutra, bruh fam subway tile solarpunk typewriter. Food truck tacos mustache sartorial kogi. Kombucha VHS organic, forage fashion axe readymade selvage JOMO green juice echo park <b>church-key</b> solarpunk direct trade deep v. Artisan lo-fi same unicorn. Street art mukbang keffiyeh, narwhal tofu 3 wolf moon slow-carb pabst pork belly williamsburg viral artisan distillery beard. Tonx iPhone yr selvage kinfolk crucifix taxidermy VHS. Before they sold out hammock celiac, <strong> tonx ugh</strong> vegan narwhal messenger bag small batch shoreditch freegan.
</p>
</div>
<div class="col2">
<p>
Fingerstache <a href="#">cliche</a> , tumblr pour-over raclette ugh lumbersexual slow-carb wolf cronut master cleanse chillwave messenger bag. Vinyl stumptown portland beard fixie lumbersexual. Tilde sus <a href="#"> taxidermy cloud</a> bread jean shorts. Kale chips occupy jianbing hot chicken. Helvetica snackwave meggings thundercats cred <span class="blueY"> tilde. Franzen artisan wayfarers</span> hexagon. Shoreditch <em>&B actually</em>, jawn cupping kombucha typewriter cred salvia austin everyday carry godard occupy you probably haven't heard of them yr.
</p>
</div>
</div>
</body>
</html>