We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3f3ea commit a0d6a07Copy full SHA for a0d6a07
.vscode/launch.json
@@ -0,0 +1,16 @@
1
+{
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+
8
+ {
9
+ "type": "chrome",
10
+ "request": "launch",
11
+ "name": "Launch Chrome against localhost",
12
+ "url": "http://localhost:8080",
13
+ "webRoot": "${workspaceFolder}"
14
+ }
15
+ ]
16
+}
style.css
@@ -92,7 +92,7 @@ input{
92
display: block;
93
width: 50%;
94
border: none;
95
- background-color: #2d2d2d;
+ background-color: #000000;
96
color: white;
97
padding: 14px 28px;
98
font-size: 24px;
0 commit comments