-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (53 loc) · 1.22 KB
/
index.html
File metadata and controls
62 lines (53 loc) · 1.22 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
55
56
57
58
59
60
61
62
<html lang="en">
<head>
<title>2015 content in the year 2017</title>
<style>
body {
background: #101010;
font-family: 'Playfair Display', serif;
color: #f2f2f2;
}
.image-box {
display: flex;
flex-direction: row-reverse;
justify-content: center;
height: 100%;
align-items: center;
}
.blart-details {
margin: 0 4rem 0 0;
display: flex;
flex-direction: column;
align-items: flex-end;
text-align: right;
}
.blart-details .number {
font-size: 5rem;
margin: 0;
line-height: 6.25rem;
}
.blart-details .divider {
width: 9rem;
}
.blart-details .title {
margin: 1rem 0 0;
font-size: 1.5rem;
line-height: 1.875rem;
}
.blart-details .date {
margin: 1rem 0;
font-size: 1rem;
line-height: 1.25;
}
</style>
</head>
<figure class="image-box">
<img class="blart" src="https://paulbl.art/blartposting.jpg" alt="I have nothing.">
<figcaption class="blart-details">
<h1 class="number">01</h1>
<hr class="divider" align="right">
<h2 class="title"> I Have No Paul,<br>and I Must Blart </h2>
<p class="date">2017</p>
</figcaption>
</figure>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400" rel="stylesheet">