-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathemail.html
32 lines (32 loc) · 1.03 KB
/
email.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
</head>
<body>
<section class="section">
<div class="columns">
<div class="column is-one-fifth">
<img
src="https://images.unsplash.com/photo-1585829365295-ab7cd400c167?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80"
alt="article_pic"
/>
</div>
<div class="column">
<h1 class="title">Lorem Ipsum</h1>
<p class="subtitle">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s
</p>
<a href="https://lipsum.com">https://lipsum.com</a>
</div>
</div>
</section>
</body>
</html>