forked from Aclevo/cssheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (29 loc) · 1.21 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
<!DOCTYPE html>
<html class="bgi-cloudy-peaks">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/cssheet.css">
<title>CSSheet | CSS made simple</title>
</head>
<body class="bg-black-op ht-100 ft-arial mg-0">
<center>
<div class="wd-75 fg-white ta-center op-10 mg-0">
<h1 class="fs-7 mg-0">CSSheet</h1>
<p class="fs-3">This website was made just using CSSheet</p>
<div class="row fg-white">
<div class="cl wd-25">
<a href="https://cob-web.dev" class="fg-white bds-solid fs-3 bdr-curved oh-07 op-10 td-none">Website</a>
</div>
<div class="cl wd-25">
<a href="https://github.com/cobwebdev/cssheet" class="fg-white bds-solid fs-3 bdr-curved oh-07 op-10 td-none">GitHub</a>
</div>
<div class="cl wd-25">
<a href="https://discord.gg/RsJDffM9gd" class="fg-white bds-solid fs-3 bdr-curved oh-07 op-10 td-none">Discord</a>
</div>
</div>
<p>CSSheet v1.3 [Alpha]</p>
</div>
</center>
</body>
</html>