1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
3
5
- < link href ="https://fonts.googleapis.com/css?family=Enriqueta|Lato " rel ="stylesheet ">
6
- < title > CSS Blocks</ title >
7
-
8
- < meta charset ="utf-8 ">
9
- < meta name ="description " content ="Blazing fast CSS for your design systems and app components. ">
10
-
11
- <!-- Mobile Ready Meta Tags -->
12
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
13
- < meta name ="HandheldFriendly " content ="True ">
14
- < meta name ="MobileOptimized " content ="320 ">
15
- < meta name ="apple-mobile-web-app-capable " content ="yes ">
16
- < meta name ="apple-mobile-web-app-status-bar-style " content ="white ">
17
- < meta name ="viewport " content ="initial-scale=1,user-scalable=no,maximum-scale=1,minimal-ui ">
18
- < meta name ="theme-color " content ="#000000 ">
19
-
20
- < link rel ="stylesheet " href ="%PUBLIC_URL%/lib/prismjs/prism.css ">
21
- < script src ="%PUBLIC_URL%/lib/prismjs/prism.js " data-manual > </ script >
22
-
23
- < style >
24
- : root {
25
- --pink : # ed2651 ;
26
- --purple : # 2e184a ;
27
- --off-white : # f0eff3 ;
28
- --gray : # 85818c ;
4
+ < head >
5
+
6
+ < link href ="https://fonts.googleapis.com/css?family=Enriqueta|Lato " rel ="stylesheet ">
7
+ < title > CSS Blocks</ title >
8
+
9
+ < meta charset ="utf-8 ">
10
+ < meta name ="description " content ="Blazing fast CSS for your design systems and app components. ">
11
+
12
+ <!-- Mobile Ready Meta Tags -->
13
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
14
+ < meta name ="HandheldFriendly " content ="True ">
15
+ < meta name ="MobileOptimized " content ="320 ">
16
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
17
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="white ">
18
+ < meta name ="viewport " content ="initial-scale=1,user-scalable=no,maximum-scale=1,minimal-ui ">
19
+ < meta name ="theme-color " content ="#000000 ">
20
+
21
+ < link rel ="stylesheet " href ="%PUBLIC_URL%/lib/prismjs/prism.css ">
22
+ < script src ="%PUBLIC_URL%/lib/prismjs/prism.js " data-manual > </ script >
23
+
24
+ < style >
25
+ : root {
26
+ --pink : # ed2651 ;
27
+ --purple : # 2e184a ;
28
+ --off-white : # f0eff3 ;
29
+ --gray : # 85818c ;
30
+ }
31
+
32
+ body ,
33
+ html {
34
+ margin : 0 ;
35
+ padding : 0 ;
36
+ font-family : "Lato" , sans-serif;
37
+ font-size : 10px ;
38
+ }
39
+
40
+ p {
41
+ font-size : 1.8rem ;
42
+ line-height : 2.8rem ;
43
+ margin : 0 0 1.4rem 0 ;
44
+ }
45
+
46
+ h1 ,
47
+ h2 ,
48
+ h3 ,
49
+ h4 ,
50
+ h5 ,
51
+ h6 {
52
+ font-family : "Enriqueta" , sans-serif;
53
+ font-weight : 800 ;
54
+ letter-spacing : 2px ;
55
+ margin : 0 0 1.2rem 0 ;
56
+ }
57
+
58
+ .github-corner : hover .octo-arm {
59
+ animation : octocat-wave 560ms ease-in-out
60
+ }
61
+
62
+ @keyframes octocat-wave {
63
+ 0% ,
64
+ 100% {
65
+ transform : rotate (0 )
29
66
}
30
- body , html {
31
- margin : 0 ;
32
- padding : 0 ;
33
- font-family : "Lato" , sans-serif;
34
- font-size : 10px ;
67
+ 20% ,
68
+ 60% {
69
+ transform : rotate (-25deg )
35
70
}
36
- p {
37
- font-size : 1.8rem ;
38
- line-height : 2.8rem ;
39
- margin : 0 0 1.4rem 0 ;
71
+ 40% ,
72
+ 80% {
73
+ transform : rotate (10deg )
40
74
}
41
- h1 , h2 , h3 , h4 , h5 , h6 {
42
- font-family : "Enriqueta" , sans-serif;
43
- font-weight : 800 ;
44
- letter-spacing : 2px ;
45
- margin : 0 0 1.2rem 0 ;
46
- }
47
-
75
+ }
76
+
77
+ @media (max-width : 500px ) {
48
78
.github-corner : hover .octo-arm {
49
- animation : octocat-wave 560 ms ease-in-out
79
+ animation : none
50
80
}
51
-
52
- @keyframes octocat-wave {
53
- 0% , 100% {
54
- transform : rotate (0 )
55
- }
56
- 20% , 60% {
57
- transform : rotate (-25deg )
58
- }
59
- 40% , 80% {
60
- transform : rotate (10deg )
61
- }
81
+ .github-corner .octo-arm {
82
+ animation : octocat-wave 560ms ease-in-out
62
83
}
63
-
64
- @media (max-width : 500px ) {
65
- .github-corner : hover .octo-arm {
66
- animation : none
67
- }
68
- .github-corner .octo-arm {
69
- animation : octocat-wave 560ms ease-in-out
70
- }
84
+ .github-corner svg {
85
+ width : 56px ;
86
+ height : 56px ;
71
87
}
72
-
73
- @media (max-width : 1280px ) and (min-width : 421px ) {
74
- body , html {
75
- font-size : 9px ;
76
- }
88
+ }
89
+
90
+ @media (max-width : 1280px ) and (min-width : 421px ) {
91
+ body ,
92
+ html {
93
+ font-size : 9px ;
77
94
}
78
- @media (max-width : 520px ) {
79
- body , html {
80
- font-size : 8px ;
81
- }
95
+ }
96
+
97
+ @media (max-width : 520px ) {
98
+ body ,
99
+ html {
100
+ font-size : 8px ;
82
101
}
83
- </ style >
102
+ }
103
+ </ style >
84
104
85
- <!--
105
+ <!--
86
106
manifest.json provides metadata used when your web app is added to the
87
107
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
88
108
-->
89
- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
90
- < link rel ="shortcut icon " href ="%PUBLIC_URL%/images/bug.png ">
91
- < link href ="%PUBLIC_URL%/css-blocks.css " rel ="stylesheet ">
92
- <!--
109
+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json ">
110
+ < link rel ="shortcut icon " href ="%PUBLIC_URL%/images/bug.png ">
111
+ < link href ="%PUBLIC_URL%/css-blocks.css " rel ="stylesheet ">
112
+ <!--
93
113
Notice the use of %PUBLIC_URL% in the tags above.
94
114
It will be replaced with the URL of the `public` folder during the build.
95
115
Only files inside the `public` folder can be referenced from the HTML.
99
119
Learn how to configure a non-root public URL by running `npm run build`.
100
120
-->
101
121
102
- </ head >
103
- < body >
104
- < noscript >
122
+ </ head >
123
+
124
+ < body >
125
+ < noscript >
105
126
You need to enable JavaScript to run this app.
106
127
</ noscript >
107
128
108
- < a href ="https://www.github.com/css-blocks " target ="_blank " class ="github-corner " aria-label ="View source on Github ">
109
- < svg width ="80 " height ="80 " viewBox ="0 0 250 250 " style ="fill:rgb(235, 95, 125); color:#fff; position: absolute; top: 0; border: 0; right: 0; z-index: 999; "
110
- aria-hidden ="true ">
129
+ < a href ="https://www.github.com/css-blocks " target ="_blank " class ="github-corner " aria-label ="View source on Github ">
130
+ < svg width ="80 " height ="80 " viewBox ="0 0 250 250 " style ="fill:rgb(235, 95, 125); color:#fff; position: absolute; top: 0; border: 0; right: 0; z-index: 999; " aria-hidden ="true ">
111
131
< path d ="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z "> </ path >
112
132
< path d ="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2 "
113
133
fill ="currentColor " style ="transform-origin: 130px 106px; " class ="octo-arm "> </ path >
114
134
< path d ="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z "
115
135
fill ="currentColor " class ="octo-body "> </ path >
116
136
</ svg >
117
- </ a >
137
+ </ a >
118
138
119
- < div id ="root "> </ div >
120
- <!--
139
+ < div id ="root "> </ div >
140
+ <!--
121
141
This HTML file is a template.
122
142
If you open it directly in the browser, you will see an empty page.
123
143
127
147
To begin the development, run `npm start` or `yarn start`.
128
148
To create a production bundle, use `npm run build` or `yarn build`.
129
149
-->
130
- </ body >
131
- </ html >
150
+ </ body >
151
+
152
+ </ html >
0 commit comments