This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
73 lines (73 loc) · 2.7 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/red-hat-color-classes.css">
<style>
body {
font-family: 'Overpass', sans-serif;
margin: 0;
padding: 0;
}
section {
padding: 4em;
margin: 0;
}
</style>
</head>
<body>
<section class="rh-red-background rh-white-foreground">
<h1>rh-red-background rh-white-foreground</h1>
</section>
<section class="rh-red2-background rh-white-foreground">
<h1>rh-red2-background rh-white-foreground</h1>
</section>
<section class="rh-red3-background rh-white-foreground">
<h1>rh-red3-background rh-white-foreground</h1>
</section>
<section class="rh-black-background rh-white-foreground">
<h1>rh-black-background rh-white-foreground</h1>
</section>
<section class="rh-white-background rh-black-foreground">
<h1>rh-white-background rh-black-foreground</h1>
</section>
<section class="rh-grey-background rh-black-foreground">
<h1>rh-grey-background rh-black-foreground</h1>
</section>
<section class="rh-navy-background rh-white-foreground">
<h1>rh-navy-background rh-white-foreground</h1>
</section>
<section class="rh-dark-navy-background rh-white-foreground">
<h1>rh-dark-navy-background rh-white-foreground</h1>
</section>
<section class="rh-slate-background rh-white-foreground">
<h1>rh-slate-background rh-white-foreground</h1>
</section>
<section class="rh-dark-slate-background rh-white-foreground">
<h1>rh-dark-slate-background rh-white-foreground</h1>
</section>
<section class="rh-orange-background rh-white-foreground">
<h1>rh-orange-background rh-white-foreground</h1>
</section>
<section class="rh-light-orange-background rh-white-foreground">
<h1>rh-light-orange-background rh-white-foreground</h1>
</section>
<section class="rh-blue-background rh-white-foreground">
<h1>rh-blue-background rh-white-foreground</h1>
</section>
<section class="rh-light-blue-background rh-white-foreground">
<h1>rh-light-blue-background rh-white-foreground</h1>
</section>
<section class="rh-accent-blue-background rh-blue-foreground">
<h1>rh-accent-blue-background rh-blue-foreground</h1>
</section>
<section class="rh-green-background rh-white-foreground">
<h1>rh-green-background rh-white-foreground</h1>
</section>
<section class="rh-light-green-background rh-white-foreground">
<h1>rh-light-green-background rh-white-foreground</h1>
</section>
<section class="rh-teal-background rh-white-foreground">
<h1>rh-teal-background rh-white-foreground</h1>
</section>
</body>
</html>