-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Discord.css</title>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div style="text-align: center;"><a class="align-center" href="https://github.com/juhom205/discord.css">Github</a>
<a class="align-center" href="https://github.com/juhom205/discord.css/blob/main/README.md">Get Started</a>
<a class="align-center" href="https://github.com/juhom205">Juhom</a>
<a class="align-center" href="https://jusoft.dev">JuSoft</a></div>
<h1 class="color-blurple font-bold align-center" >Demo Boilerplate of Discord.css</h1>
<h2 class="color-black font-medium align-center" >Create a Discord Styled Website in Seconds</h2>
<p class="color-black font-text align-center">Discord.css is a basic CSS Framework which was created for fun and had its origin in an insider of the JuSoft Chat</p>
<h4 class="color-black font-medium align-center">Ready to start your journey?</h4>
<hr>
<br>
<br>
<div class="demos">
<h1 class="color-red font-medium align-center">color-red</h1>
<br>
<h1 class="color-fuchsia font-medium align-center" >color-fuchsia</h1>
<br>
<h1 class="color-yellow font-medium align-center" >color-yellow</h1>
<br>
<h1 class="color-green font-medium align-center" >color-green</h1>
</div>
<br>
<div class="demos">
<h1 class="font-bold align-center">font-bold</h1>
<br>
<h1 class="font-medium align-center" >font-medium</h1>
<br>
<h1 class="font-text align-center" >font-text</h1>
</div>
<br>
<div class="demos">
<h1 class="font-medium align-left padding-left" >align-left</h1>
<br>
<h1 class="font-medium align-center">align-center</h1>
<br>
<h1 class="font-medium align-right" >align-right</h1>
<br>
</div>
<br>
<div class="demos"><br>
<div style="text-align: center;"><button class="btn-black">btn-black</button></div><br>
<div style="text-align: center;"><button class="btn-blurple">btn-blurple</button></div><br>
<div style="text-align: center;"><button class="btn-white">btn-white</button></div><br>
</div>
</body>
</html>