From b67d6baee5baee79e3204c41f95795271a73ecbf Mon Sep 17 00:00:00 2001 From: Mansi-Narang Date: Sun, 19 May 2024 17:20:29 +0530 Subject: [PATCH] updated styling of feedback --- css/style.css | 52 ++++++++++++++++++++++++++++++++++------------- index.html | 23 ++++++++++++++++----- package-lock.json | 3 +-- package.json | 3 +-- 4 files changed, 58 insertions(+), 23 deletions(-) diff --git a/css/style.css b/css/style.css index 44272a9f..91e26543 100644 --- a/css/style.css +++ b/css/style.css @@ -528,14 +528,13 @@ strong { } #about, -#services, -#contact { +#services +{ background: #ffffff; } #about, #services, -#contact, footer { padding-top: 100px; padding-bottom: 100px; @@ -855,12 +854,32 @@ div.card { } /* contact section */ +#contact{ + background-color:#f1c11a ; + padding-top:60px; + padding-bottom:100px; +} +.section-title h1{ + font-size:50px; + letter-spacing: normal; + font-weight: 700; + font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} + +.section-title h1:hover{ + font-size: 52px; +} + +.section-title p{ + font-size: 20px; + +} + #contact .form-control { - background: transparent; + background-color: cornsilk; border: 2px solid #e0e0e0; - border-radius: 0px; - box-shadow: none; - font-size: 16px; + border-radius: 18px; + font-size: 18px; margin-bottom: 16px; transition: all 0.4s ease-in-out; } @@ -869,23 +888,28 @@ div.card { border: 2px solid #797979; } +#contact .form-control:active{ + box-shadow: 1px 0px 5px black ; +} + #contact input { height: 55px; } #contact input[type="submit"] { - background: #242424; border: none; - color: #ffffff; - font-size: 15px; - font-weight: 400; - letter-spacing: 2px; + background: #242424; + color:white; + font-size: 20px; + font-weight: 600; + letter-spacing: 1px; transition: all 0.4s ease-in-out; margin-top: 10px; } #contact input[type="submit"]:hover { - background: #f1c11a; + font-size: 22px; + transition: font-size 0.3s linear 0.1s; } /* footer section */ @@ -1049,7 +1073,7 @@ i { display: flex; align-items: center; justify-content: left; - padding: 50px 0px 0 0px; + padding: 50px 0px 40px 0px; } diff --git a/index.html b/index.html index cce4f3d2..3b680215 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,13 @@ + + + + + + +