From 23acd6e8da9e5f082edfc39ee8a29b84fe73a4c8 Mon Sep 17 00:00:00 2001 From: Bishal Biswas Date: Sat, 1 Apr 2023 06:14:59 +0530 Subject: [PATCH] made the button more responsive --- .vscode/settings.json | 3 +++ 3d-boxes-background/index.html | 2 +- 3d-boxes-background/style.css | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/3d-boxes-background/index.html b/3d-boxes-background/index.html index 94bfc1f..3011299 100644 --- a/3d-boxes-background/index.html +++ b/3d-boxes-background/index.html @@ -13,7 +13,7 @@ 3D Boxes Background - +
diff --git a/3d-boxes-background/style.css b/3d-boxes-background/style.css index 81fd9cf..bc4b7d9 100644 --- a/3d-boxes-background/style.css +++ b/3d-boxes-background/style.css @@ -2,7 +2,8 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); * { - box-sizing: border-box; + box-sizing:content-box; + top: 25px; } body {