From 3f4a0d31245e653c9d2bfb9bdcf1a6b25df37dcc Mon Sep 17 00:00:00 2001 From: Addechander <40864924+Addechander@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:26:11 +0545 Subject: [PATCH] Box Border added --- assets/css/main.css | 8 +++----- index.html | 7 +++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index f8e1aa1..7d14ea5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1912,17 +1912,15 @@ input, select, textarea { /* Box */ .box { - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1); + background-color: #fffbfb; + box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1); text-align: center; height: 500px; /* Set a fixed height */ padding: 2em; - background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); - background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); - background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); - background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)); transition: box-shadow 0.1s ease-in-out, background-color 0.1s ease-in-out, transform 0.1s ease-in-out, color 0.1s ease-in-out; color: inherit; color: #000000 !important; + border: 6px solid #000000; } diff --git a/index.html b/index.html index 0fda1d3..217dd07 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,7 @@