From a01d809d028c96d33ce1df4a539ee6e2a33bece4 Mon Sep 17 00:00:00 2001 From: datapirateX <67560590+datapirateX@users.noreply.github.com> Date: Sun, 9 Jul 2023 11:56:15 +0600 Subject: [PATCH] The .glass class has been modified The .glass class has been modified to have a box shape by setting the height to 80% of the viewport height (80vh) and the width to 60% of the container's width. This change ensures that the .glass element takes 80% of the height and 60% of the width. --- .vscode/settings.json | 3 +++ index.html | 2 +- style.css | 19 ++++++++++++------- 3 files changed, 16 insertions(+), 8 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/index.html b/index.html index 4e683cb..b86fc16 100644 --- a/index.html +++ b/index.html @@ -83,4 +83,4 @@