We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6230d8e commit 81dfbfcCopy full SHA for 81dfbfc
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "liveServer.settings.port": 5501
3
+}
index_counter.css
@@ -4,11 +4,14 @@
4
}
5
6
body {
7
- margin: 10px;
8
- /* padding: 10px; */
9
- box-shadow: -30px 20px -1px black;
+ margin: 0;
+ padding: 0;
+ height: 100vh;
10
+ display: flex;
11
+ justify-content: center;
12
+ align-items: center;
13
+ box-shadow: -30px 20px 10px black;
14
-
15
#parent_div {
16
height: 350px;
17
display: flex;
0 commit comments