From 1af225c2cbcbe00be8f4a9d802f84e945b75af86 Mon Sep 17 00:00:00 2001 From: abdulshahvez Date: Thu, 9 May 2024 12:35:29 +0530 Subject: [PATCH] done --- assets/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index f17db1d4c..87b23b73f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -258,6 +258,7 @@ body { .btn-primary { background-color: var(--old-rose); color: var(--white); + border-radius: 5px; } .btn-primary:is(:hover, :focus) { background-color: var(--chinese-violet); } @@ -515,6 +516,7 @@ body { border-radius: var(--radius-5); box-shadow: var(--shadow-2); transition: var(--transition-2); + border-radius: 10px; } .chapter-card:is(:hover, :focus-within) { transform: translateY(-10px); } @@ -584,6 +586,7 @@ body { background-color: var(--white); text-align: center; transition: var(--transition-2); + border-radius: 10px; } .pricing-card:is(:hover, :focus-within), @@ -691,6 +694,7 @@ body { margin-block-end: 15px; outline: none; border-block-end: 2px solid transparent; + border-radius: 8px; } .input-field:focus { border-color: var(--old-rose); } @@ -707,6 +711,7 @@ textarea.input-field { .contact-card { background-color: var(--seashell); padding: 30px; + border-radius: 10px; } .contact-card .card-title { @@ -827,6 +832,7 @@ textarea.input-field { max-width: 540px; width: 100%; margin-inline: auto; + border-radius: 10px; } .section-text { --fs-7: 2rem; } @@ -1134,7 +1140,8 @@ textarea.input-field { .contact .wrapper { grid-template-columns: 1fr 0.5fr; } - .contact-form { padding: 40px; } + .contact-form { padding: 40px; + border-radius: 10px;} }