-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.53 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
<!DOCTYPE html>
<html lang="EN">
<head>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>css-sos</title>
<link rel="icon" href="./icon.svg">
<meta name=description content="Homescreen for diffrent cross-browser pure CSS Generators">
<link rel="stylesheet" type="text/css" href="./styles/themes.css">
<link rel="stylesheet" type="text/css" href="./styles/index.css">
</head>
<body>
<header>
<h1><a href="./index.html">css-sos</a></h1>
<a href="https://github.com/AntVil/css-sos" title="view on GitHub"></a>
</header>
<nav>
<a href="./sos/button/index.html">button</a>
<a href="./sos/color/index.html">color</a>
<a href="./sos/checkbox/index.html">checkbox</a>
<a href="./sos/gradient/index.html">gradient</a>
<a href="./sos/icon/index.html">icon</a>
<a href="./sos/progress/index.html">progress</a>
<a href="./sos/range/index.html">range</a>
<a href="./sos/scrollbar/index.html">scrollbar</a>
<a href="./sos/select/index.html">select</a>
<a href="./sos/switch/index.html">switch</a>
</nav>
<main style="display: flex; justify-content: center; align-items: center;font-size: x-large;text-align: center;">
Need help with css, then this website is for you!
<br>
It's all pure CSS!✨
</main>
<footer>created by AntVil</footer>
</body>
</html>