Skip to content

Commit be83ba4

Browse files
author
Rohan Doijode
committed
Test
1 parent 08a747f commit be83ba4

File tree

1 file changed

+52
-21
lines changed

1 file changed

+52
-21
lines changed

guitar-chords/Sapphire.html

Lines changed: 52 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,64 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5974826855904767"
88
crossorigin="anonymous"></script>
9+
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&family=EB+Garamond:wght@400;600&display=swap" rel="stylesheet">
910
<style>
1011
html, body {
1112
height: 100%;
1213
margin: 0;
1314
padding: 0;
14-
background: #f6f8fb;
15+
background: #f5ecd7 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
1516
}
1617
body {
1718
min-height: 100vh;
1819
display: flex;
1920
flex-direction: column;
2021
align-items: center;
21-
font-family: 'Segoe UI', Arial, sans-serif;
22-
color: #222;
23-
background: #f6f8fb;
22+
font-family: 'EB Garamond', serif;
23+
color: #3e2c1c;
24+
background: #f5ecd7 url('https://www.transparenttextures.com/patterns/old-mathematics.png');
2425
}
2526
.card {
26-
background: #fff;
27+
background: #fffbe6;
2728
margin: 2.5em 0 2em 0;
2829
padding: 2.5em 2em 2em 2em;
29-
border-radius: 18px;
30-
box-shadow: 0 4px 32px 0 rgba(42,77,122,0.10), 0 1.5px 6px 0 rgba(42,77,122,0.07);
30+
border-radius: 14px;
31+
border: 2px solid #c9b18a;
32+
box-shadow: 0 0 40px rgba(120, 90, 40, 0.10);
3133
max-width: 700px;
3234
width: 100%;
35+
font-family: 'EB Garamond', serif;
3336
}
3437
h1 {
3538
font-size: 2.5em;
36-
color: #1a355c;
39+
color: #7c4a03;
3740
margin-bottom: 0.2em;
3841
text-align: center;
3942
letter-spacing: 0.03em;
43+
font-family: 'Special Elite', cursive;
44+
text-shadow: 1px 1px 0 #fffbe6, 2px 2px 0 #b97a56;
4045
}
4146
h2 {
4247
font-size: 1.3em;
43-
color: #2a4d7a;
48+
color: #b97a56;
4449
margin-top: 0;
4550
margin-bottom: 1.5em;
4651
text-align: center;
4752
font-weight: 400;
4853
letter-spacing: 0.01em;
54+
font-family: 'Special Elite', cursive;
4955
}
5056
h3 {
51-
color: #2a4d7a;
57+
color: #7c4a03;
5258
margin-top: 2em;
5359
margin-bottom: 0.7em;
5460
font-size: 1.15em;
5561
letter-spacing: 0.01em;
62+
font-family: 'Special Elite', cursive;
63+
border-bottom: 2px dashed #b97a56;
64+
padding-bottom: 6px;
65+
background: linear-gradient(90deg, #f5ecd7 60%, #e7d3b3 100%);
66+
box-shadow: 0 1px 0 #fffbe6;
5667
}
5768
.section {
5869
margin-bottom: 2em;
@@ -67,6 +78,8 @@
6778
border-radius: 4px;
6879
padding: 0 2px;
6980
transition: background 0.15s;
81+
font-family: 'Special Elite', cursive;
82+
font-size: 1.08em;
7083
}
7184
.chord:hover, .chord:focus {
7285
background: #e7fbe9;
@@ -76,16 +89,17 @@
7689
position: absolute;
7790
left: 0;
7891
top: 1.5em;
79-
background: #fff;
80-
color: #222;
81-
border: 1px solid #2a4d7a;
92+
background: #fffbe6;
93+
color: #3e2c1c;
94+
border: 1px solid #b97a56;
8295
border-radius: 6px;
8396
padding: 0.5em 1em;
84-
font-size: 0.95em;
97+
font-size: 0.97em;
8598
white-space: pre;
8699
z-index: 100;
87-
box-shadow: 0 2px 8px rgba(42,77,122,0.15);
100+
box-shadow: 0 2px 8px rgba(120, 90, 40, 0.15);
88101
min-width: 90px;
102+
font-family: 'EB Garamond', serif;
89103
}
90104
.chord:hover .chord-popup,
91105
.chord:focus .chord-popup {
@@ -100,31 +114,48 @@
100114
top: 1.5em;
101115
}
102116
pre, code {
103-
background: #f4f4f4;
117+
background: #f9f4e7;
104118
padding: 1em;
105119
border-radius: 8px;
106120
overflow-x: auto;
107-
font-size: 1em;
121+
font-size: 1.07em;
108122
line-height: 1.5;
109123
margin: 0.5em 0 1.5em 0;
124+
font-family: 'EB Garamond', serif;
125+
color: #4d3b23;
126+
border: 1.5px solid #c9b18a;
127+
box-shadow: 0 0 8px rgba(120, 90, 40, 0.07);
110128
}
111129
.notes {
112130
font-size: 0.97em;
113131
color: #555;
114132
}
115133
a {
116-
color: #2a4d7a;
134+
color: #7c4a03;
117135
text-decoration: underline;
118136
transition: color 0.15s;
137+
font-family: 'EB Garamond', serif;
119138
}
120139
a:hover {
121-
color: #1a355c;
140+
color: #b97a56;
141+
}
142+
ul {
143+
list-style-type: square;
144+
padding-left: 22px;
145+
}
146+
li {
147+
margin-bottom: 6px;
122148
}
123149
footer {
124150
margin-top: 2em;
125151
text-align: center;
126-
color: #888;
127-
font-size: 0.95em;
152+
color: #7c4a03;
153+
font-size: 1em;
154+
border-top: 2px double #b97a56;
155+
font-family: 'Special Elite', cursive;
156+
letter-spacing: 1px;
157+
background: #e7d3b3;
158+
padding: 18px 0 0 0;
128159
}
129160
@media (max-width: 800px) {
130161
.card {

0 commit comments

Comments
 (0)