-
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.05 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.05 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>
<link rel="stylesheet" href="https://unpkg.com/basilcss@latest/basil.css" />
<link rel="icon" type="image/png" href="./basilcss-transparent.png" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Basil.css + HTML5</title>
</head>
<body>
<section class="row">
<img
class="pic col-8 full-width vh-50 big:col-4 big:vh-100"
src="https://source.unsplash.com/random"
alt="lorem"
/>
<div class="m-b-1 col-8 big:col-4 big:flex-col-justifyCenter-alignCenter">
<div class="big:w-80">
<h1 class="m-b-1">Lorem, ipsum dolor.</h1>
<p class="big:w-80">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempora
quam dolores suscipit neque commodi repellat, deserunt temporibus
ducimus quidem corporis nobis nihil inventore at officia a
recusandae quasi ex odit.
</p>
</div>
</div>
</section>
</body>
</html>