|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
7 | 7 | <title>Sno - More with Less</title>
|
8 | 8 | <link rel="stylesheet" href="https://classicmc-studios.github.io/bc.css"/>
|
| 9 | + <link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/149719209?s=200&v=4"/> |
| 10 | + |
9 | 11 | <style type="text/css">
|
10 | 12 | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@900&family=Roboto:wght@100&display=swap');
|
11 | 13 | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
|
| 14 | + @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap'); |
| 15 | + |
12 | 16 | *{
|
13 | 17 | font-family:'Open Sans',sans-serif;
|
| 18 | + color:white; |
14 | 19 | }
|
15 | 20 | h1{
|
16 | 21 | font-size: 60px;
|
| 22 | + font-family:"Merriweather"; |
| 23 | + } |
| 24 | + h2{ |
| 25 | + font-family:"Merriweather"; |
| 26 | + |
17 | 27 | }
|
18 | 28 | .sub{
|
19 | 29 | font-family: 'Open Sans',sans-serif;
|
|
25 | 35 | font-family: 'Open Sans',sans-serif;
|
26 | 36 | }
|
27 | 37 | b{
|
28 |
| - font-weight: 100; |
| 38 | + font-weight: 400; |
29 | 39 | font-family: 'Open Sans',sans-serif;
|
30 | 40 | }
|
31 | 41 | .item{
|
|
57 | 67 | padding: 5px;
|
58 | 68 | border-left: 2px solid gray;
|
59 | 69 | margin-left:var(--mar);margin-left:var(--mar);
|
| 70 | + font-family:"Merriweather"; |
60 | 71 | }
|
61 | 72 | pre code {
|
62 |
| - background-color: #eee; |
| 73 | + background-color: #2b2b2b; |
63 | 74 | border-radius: 10px;
|
64 | 75 | display: block;
|
65 | 76 | padding: 20px;
|
|
76 | 87 | </p><br/>
|
77 | 88 | <p>A new Lightweight JavaScript framework to add reactivity in a **<b>snap</b>**</p><br/>
|
78 | 89 | <div class="bc-border true-center-with-mac">
|
79 |
| - <button click="counter++;" class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-10 bc-r-0">Increment</button> |
| 90 | + <button click="counter++;" class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-10 bc-r-5">Increment</button> |
80 | 91 | <p lint>
|
81 | 92 | Count: {{counter}}
|
82 | 93 | </p>
|
83 | 94 | </div><br/><br/>
|
84 |
| - <div class="bc-border true-center-with-mac bc-p-25"> |
| 95 | + <div class="bc-border true-center-with-mac bc-p-25 bc-r-5"> |
85 | 96 | <h2 id="with-attr"><a href="#with-attr">##</a> With Attributes Like...</h2>
|
86 | 97 | <ol style="text-align:left;" class="bc-m-10" for="attr" item="li" item-class="item"></ol>
|
87 | 98 | </div><br/><br/>
|
88 | 99 | <h2><a href="#TINY">##</a> Absolutely <em id="TINY">TINY</em></h2>
|
89 | 100 | <div>
|
90 |
| - <button click='active="src is 5.01kb"' class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-5 bc-r-0">Source</button> |
91 |
| - <button click='active="min is 3.46kb"' class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-5 bc-r-0">Min</button> |
92 |
| - <button click='active="build is 1.57kb"' class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-5 bc-r-0">Build</button><br/> |
| 101 | + <button click='active="src is 5.01kb"' class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-5 bc-r-5">Source</button> |
| 102 | + <button click='active="min is 3.46kb"' class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-5 bc-r-5">Min</button> |
| 103 | + <button click='active="build is 1.57kb"' class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-5 bc-r-5">Build</button><br/> |
93 | 104 | <span>Sno</span>
|
94 | 105 | <em lint>
|
95 | 106 | {{active}}!!
|
|
0 commit comments