This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (76 loc) · 5.48 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
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
<html>
<head>
<title>Monomer Test</title>
<link rel="stylesheet" href="./css/monomer.min.css">
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
<style>
h1, h2, h3, h4, h5, h6, p, span, * { font-family: 'Arvo', serif; }
</style>
</head>
<body style="background-color:#f0f0f0">
<div class="block v-padding h-padding">
<h1 class="text-center">Monomer Test</h1>
<section class="v-padding-large" id="backgrounds">
<h1># Backgrounds</h1>
<div class="flex flex-wrap v-margin-small">
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-red-light"><p class="tc-white">bg-red-light</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-red"><p class="tc-white">bg-red</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-red-dark"><p class="tc-white">bg-red-dark</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-orange-light"><p class="tc-white">bg-orange-light</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-orange"><p class="tc-white">bg-orange</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-orange-dark"><p class="tc-white">bg-orange-dark</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-green-light"><p class="tc-white">bg-green-light</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-green"><p class="tc-white">bg-green</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-green-dark"><p class="tc-white">bg-green-dark</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-grey-light"><p class="tc-white">bg-grey-light</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-grey"><p class="tc-white">bg-grey</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-grey-dark"><p class="tc-white">bg-grey-dark</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-white"><p class="tc-black">bg-white</p></div>
<div class="flex h-padding v-margin-small-sm-down h-margin-small bg-black"><p class="tc-white">bg-black</p></div>
</div>
</section>
<section class="v-padding-large" id="shadows">
<h1># Shadows</h1>
<div class="flex flex-wrap v-margin-small">
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small textshadow1"><p class="tc-black">textshadow1</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small textshadow2"><p class="tc-black">textshadow2</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small textshadow3"><p class="tc-black">textshadow3</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small boxshadow1"><p class="tc-black">boxshadow1</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small boxshadow2"><p class="tc-black">boxshadow2</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small boxshadow3"><p class="tc-black">boxshadow3</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small boxshadow-material"><p class="tc-black">boxshadow-material</p></div>
</div>
</section>
<section class="v-padding-large" id="shadows">
<h1># Hidden</h1>
<div class="flex flex-wrap v-margin-small">
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-uxs"><p class="tc-black">hidden-uxs</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-xs"><p class="tc-black">hidden-xs</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-sm"><p class="tc-black">hidden-sm</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-md"><p class="tc-black">hidden-md</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-lg"><p class="tc-black">hidden-lg</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-xs-up"><p class="tc-black">hidden-xs-up</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-sm-up"><p class="tc-black">hidden-sm-up</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-md-up"><p class="tc-black">hidden-md-up</p></div>
</div>
<div class="flex flex-wrap v-margin-small">
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-xs-down"><p class="tc-black">hidden-xs-down</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-sm-down"><p class="tc-black">hidden-sm-down</p></div>
<div class="flex flex1 text-center bg-white v-margin-small-sm-down h-margin-small hidden-md-down"><p class="tc-black">hidden-md-down</p></div>
</div>
</section>
</div>
</body>
</html>