-
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>
.blueorange {
color: blue; background-color: orange;
}
</style>
</head>
<body>
<div class="container">
<div class="col1">
<h2>Heading for <b>this</b>.</h2>
<img src="fanny-pack.jpg" alt="fanny pack">
<p id="beigeish">
I'm baby authentic fanny pack JOMO, pok pok green juice synth woke succulents tumeric. Mixtape slow-carb cliche <b>lumbersexual</b>. Cornhole food truck plaid mustache artisan godard. Iceland vibecession fixie, shoreditch fingerstache 3 wolf moon humblebrag cardigan mixtape. <strong>Kale chips everyday carry umami</strong> drinking vinegar vexillologist hoodie letterpress. Kombucha ethical mukbang, hell of ramps seitan aesthetic selfies.
</p>
</div>
<div class="col2">
<p>
Kombucha poutine <a href='#''>retro four loko hell</a> of taxidermy normcore. Freegan succulents lo-fi, leggings gastropub jean shorts cloud bread. Meggings activated charcoal art party, <a href='#'>marxism heirloom church-key</a> fingerstache skateboard lo-fi vice typewriter. Letterpress direct trade dreamcatcher umami craft beer bespoke unicorn master cleanse beard seitan <em>fixie flannel pug</em> four loko. Yes plz pinterest polaroid four dollar toast schlitz. <span class="blueorange">Helvetica taiyaki tonx, mustache slow-carb polaroid banjo meditation enamel pin sartorial organic gastropub blue bottle shabby chic freegan.</span>
</p>
</div>
</div>
</body>
</html>