-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (52 loc) · 2.03 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🙂_🙁.css</title>
<meta name="description" content="A mood-based CSS framework to write modern websites using only emojis">
<link rel="stylesheet" href="🙂_🙁.css">
</head>
<body class="🦴">
<header>
<h1 class="📢">🙂_🙁.css</h1>
</header>
<main>
<blockquote class="📜">
<i>This site is made from vanilla HTML and the default 🙂_🙁.css theme. <a class="🔗" href="https://github.com/thibaudcolas/-_-.css/blob/master/index.html">View Source</a></i>
</blockquote>
<p>A mood-driven CSS framework to write modern websites using only emojis. No complicated CSS classes to learn! Less typing. Impossibly fast</p>
<hr class="📏">
<h2 class="🔊">How it works</h2>
<p>All styles are written with semantic emojis:</p>
<pre class="📋"><code class="📟">
.\📋 {
padding: 1rem 1.4rem;
max-width: 100%;
overflow: auto;
}
.\📋 .\📟 {
/* When 📟 is in a 📋, reset it's formatting to blend in */
background: inherit;
font-size: inherit;
color: inherit;
border: 0;
padding: 0;
margin: 0;
}
.\📏 {
/* Reset the border of the 📏 separator, then set a better line */
border: 0;
border-bottom: 1px solid currentColor;
margin: 1rem auto;
}
</code></pre>
<h2 class="🔊">Roadmap</h2>
<p>Dark mode support and custom emojis</p>
<p>stylelint plugin to enforce emoji naming conventions</p>
</main>
<footer>
<p>Special Thanks to the Unicode Consortium for making this possible.</p>
</footer>
</body>
</html>