-
Notifications
You must be signed in to change notification settings - Fork 2
/
demo.html
94 lines (80 loc) · 2.32 KB
/
demo.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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
layout: default
title: Clearbit Guides Demo
permalink: /demo/
---
<link href="https://unpkg.com/[email protected]/css/basscss.min.css" rel="stylesheet">
<style>
img {
position: sticky;
top: 0;
}
.flex-center {
position: relative;
}
</style>
<div class="flex" style="min-height: 100vh;">
<div class="left-align flex flex-column col-6">
<div class="flex-auto"></div>
<div class="flex-none">
<h1 class="h1">01</h1>
<p>This is our first step</p>
</div>
<div class="flex-auto"></div>
</div>
<div class="flex col-6 bg-blue flex-center">
<img src="https://github.com/mrmrs/photos/blob/gh-pages/010.jpg?raw=true">
</div>
</div>
<div class="flex" style="min-height: 100vh;">
<div class="left-align flex flex-column col-6">
<div class="flex-auto"></div>
<div class="flex-none">
<h1 class="h1">02</h1>
<p>This is our first step</p>
</div>
<div class="flex-auto"></div>
</div>
<div class="flex col-6 bg-gray flex-center">
<img src="https://github.com/mrmrs/photos/blob/gh-pages/009.jpg?raw=true">
</div>
</div>
<div class="flex" style="min-height: 100vh;">
<div class="left-align flex flex-column col-6">
<div class="flex-auto"></div>
<div class="flex-none">
<h1 class="h1">03</h1>
<p>This is our first step</p>
</div>
<div class="flex-auto"></div>
</div>
<div class="flex col-6 bg-purple flex-center">
<img src="https://github.com/mrmrs/photos/blob/gh-pages/001.jpg?raw=true">
</div>
</div>
<div class="flex" style="min-height: 100vh;">
<div class="left-align flex flex-column col-6">
<div class="flex-auto"></div>
<div class="flex-none">
<h1 class="h1">04</h1>
<p>This is our first step</p>
</div>
<div class="flex-auto"></div>
</div>
<div class="flex col-6 bg-silver flex-center">
<img src="https://github.com/mrmrs/photos/blob/gh-pages/004.jpg?raw=true">
</div>
</div>
<div class="flex" style="min-height: 100vh;">
<div class="left-align flex flex-column col-6">
<div class="flex-auto"></div>
<div class="flex-none">
<h1 class="h1">05</h1>
<p>This is our first step</p>
</div>
<div class="flex-auto"></div>
</div>
<div class="flex col-6 bg-orange flex-center">
<img src="https://github.com/mrmrs/photos/blob/gh-pages/005.jpg?raw=true">
</div>
</div>