This repository was archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
60 lines (50 loc) · 1.44 KB
/
index.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
<!DOCTYPE html>
<meta charset="utf-8">
<title>hello</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="hello.css" rel="stylesheet">
<link href="https://npmcdn.com/basscss@8.0.0-beta5/css/basscss.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Karla:400,700' rel='stylesheet' type='text/css'>
<div class="p4">
<div class="right-align">
<div class="rect bg-green"></div>
</div>
<h1 class="inline-block px3 py2 bd">
Hello
</h1>
<div class="right-align">
<div class="dot bg-cyan"></div>
</div>
<p class="h1 center">What even</p>
<div class="flex">
<div class="col-3"></div>
<div class="dot bg-green"></div>
</div>
</div>
<div class="rect bg-pink"></div>
<p class="h1 center max-width-2 m4 p3 bd">
What even is this?
</p>
<div class="m4 dot bg-pink"></div>
<div class="right-align p4">
<div class="m1 rect bg-pink"></div>
<div class="m1 rect bg-cyan"></div>
</div>
<div class="inline-block col-7 right-align">
<div class="dot bg-green"></div>
</div>
<p class="h2 inline-block mx4 py2 bt">Hello?</p>
<footer class="m4">
<p class="h2">Theme for Basscss</p>
<a href="//github.com/basscss/themes/tree/gh-pages/hello"
class="btn">
GitHub
</a>
<div class="flex items-center justify-end py4">
<div class="m3 dot bg-cyan"></div>
<a href="//jxnblk.com">
Made by Jxnblk
</a>
<div class="m4 rect bg-green"></div>
</div>
</footer>