Skip to content

Commit 81dfbfc

Browse files
committed
updated
1 parent 6230d8e commit 81dfbfc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.vscode/settings.json

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

index_counter.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
}
55

66
body {
7-
margin: 10px;
8-
/* padding: 10px; */
9-
box-shadow: -30px 20px -1px black;
7+
margin: 0;
8+
padding: 0;
9+
height: 100vh;
10+
display: flex;
11+
justify-content: center;
12+
align-items: center;
13+
box-shadow: -30px 20px 10px black;
1014
}
11-
1215
#parent_div {
1316
height: 350px;
1417
display: flex;

0 commit comments

Comments
 (0)