Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -9
index.html
CHANGED
@@ -10,13 +10,11 @@
|
|
10 |
padding: 0;
|
11 |
box-sizing: border-box;
|
12 |
}
|
13 |
-
|
14 |
-
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600&family=Source+Sans+Pro:wght@400;500;600&display=swap');
|
15 |
|
16 |
body {
|
17 |
background: #ffffff;
|
18 |
color: #000000;
|
19 |
-
font-family: '
|
20 |
min-height: 100vh;
|
21 |
display: flex;
|
22 |
flex-direction: column;
|
@@ -35,9 +33,8 @@
|
|
35 |
font-size: 1.8rem;
|
36 |
margin-bottom: 20px;
|
37 |
color: #000000;
|
38 |
-
font-family: 'Source Serif Pro', Georgia, serif;
|
39 |
font-weight: 400;
|
40 |
-
letter-spacing:
|
41 |
}
|
42 |
|
43 |
.section {
|
@@ -50,8 +47,7 @@
|
|
50 |
font-size: 1.1rem;
|
51 |
margin-bottom: 10px;
|
52 |
color: #000000;
|
53 |
-
font-
|
54 |
-
font-weight: 400;
|
55 |
}
|
56 |
|
57 |
.array-container {
|
@@ -71,7 +67,6 @@
|
|
71 |
flex-direction: column;
|
72 |
align-items: center;
|
73 |
justify-content: center;
|
74 |
-
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, sans-serif;
|
75 |
font-size: 10px;
|
76 |
font-weight: 500;
|
77 |
background: #ffffff;
|
@@ -85,7 +80,6 @@
|
|
85 |
font-size: 12px;
|
86 |
font-weight: 600;
|
87 |
margin-bottom: 2px;
|
88 |
-
font-feature-settings: 'tnum';
|
89 |
}
|
90 |
|
91 |
.array-element .label {
|
|
|
10 |
padding: 0;
|
11 |
box-sizing: border-box;
|
12 |
}
|
|
|
|
|
13 |
|
14 |
body {
|
15 |
background: #ffffff;
|
16 |
color: #000000;
|
17 |
+
font-family: 'Consolas', 'Monaco', 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
|
18 |
min-height: 100vh;
|
19 |
display: flex;
|
20 |
flex-direction: column;
|
|
|
33 |
font-size: 1.8rem;
|
34 |
margin-bottom: 20px;
|
35 |
color: #000000;
|
|
|
36 |
font-weight: 400;
|
37 |
+
letter-spacing: 1px;
|
38 |
}
|
39 |
|
40 |
.section {
|
|
|
47 |
font-size: 1.1rem;
|
48 |
margin-bottom: 10px;
|
49 |
color: #000000;
|
50 |
+
font-weight: 500;
|
|
|
51 |
}
|
52 |
|
53 |
.array-container {
|
|
|
67 |
flex-direction: column;
|
68 |
align-items: center;
|
69 |
justify-content: center;
|
|
|
70 |
font-size: 10px;
|
71 |
font-weight: 500;
|
72 |
background: #ffffff;
|
|
|
80 |
font-size: 12px;
|
81 |
font-weight: 600;
|
82 |
margin-bottom: 2px;
|
|
|
83 |
}
|
84 |
|
85 |
.array-element .label {
|