Skip to content

Commit a3336fc

Browse files
author
OFFICEnpurcell
committed
update instructions
1 parent d3ce3b0 commit a3336fc

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<body>
1212
<h1>Halloween Soundboard</h1>
13+
<p>Type a letter that coresponds to the sound you'd like to hear. </p>
1314
<div class='keys'>
1415
<div data-key='65' class='key'>
1516
<kbd>A</kbd>

styles.css

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ body {
1212
text-transform: uppercase;
1313
letter-spacing: 4px;
1414
padding-top: 40px;
15+
margin-bottom: 0;
16+
}
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;
1524
}
1625

1726
.keys {

0 commit comments

Comments
 (0)