We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ce3b0 commit a3336fcCopy full SHA for a3336fc
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "liveServer.settings.port": 5501
3
+}
index.html
@@ -10,6 +10,7 @@
10
11
<body>
12
<h1>Halloween Soundboard</h1>
13
+ <p>Type a letter that coresponds to the sound you'd like to hear. </p>
14
<div class='keys'>
15
<div data-key='65' class='key'>
16
<kbd>A</kbd>
styles.css
@@ -12,6 +12,15 @@ body {
text-transform: uppercase;
letter-spacing: 4px;
padding-top: 40px;
+ margin-bottom: 0;
+ }
17
+
18
+ p {
19
+ color: white;
20
+ font-size: 1.2em;
21
+ font-style: italic;
22
+ margin: 10px 0;
23
+ text-shadow: 0 0 5px black;
24
}
25
26
.keys {
0 commit comments