From f2996d66c5c92a02bc4316a3d47009f03cd7deee Mon Sep 17 00:00:00 2001 From: Gazal Bandil Date: Sat, 15 Oct 2022 21:50:51 +0530 Subject: [PATCH] Added --- contact.html | 9 +++-- index.css | 107 ++++++++++++++++++++++++++++++++++++++++++++------- index.html | 41 +++++++++++++++++--- 3 files changed, 134 insertions(+), 23 deletions(-) diff --git a/contact.html b/contact.html index 9d0f1fe..64f04ea 100644 --- a/contact.html +++ b/contact.html @@ -18,7 +18,7 @@ --primary-color: #FCFDFD; --secondary-color: #818386; --bg-color: #010712; - --button-color: #818386; + --button-color:#f8f8f8; --h1-color: #FCFDFD; } @@ -126,9 +126,10 @@ width: 10rem; height: 2.25rem; border: none; - border-radius: 2px; + border-radius: 8px; outline: none; cursor: pointer; + box-shadow:3px 4px #5e5d5db6; } input:hover, textarea:hover, button:hover { @@ -294,13 +295,15 @@

Contact us

-

Planning to join gym ,below are details that you

+

Planning to join gym ,fill the details

+ + diff --git a/index.css b/index.css index e831117..57717e7 100644 --- a/index.css +++ b/index.css @@ -11,7 +11,7 @@ body { margin-top: 6rem; text-align: center; font-size: 3rem; - color: white; + color: var(--yellow); font-weight: 700; } @@ -23,10 +23,11 @@ body { } .headtitle { - color: white; + color:var(--yellow); text-align: center; font-weight: 600; font-size: 2.5rem; + } .mid { @@ -59,12 +60,13 @@ body { text-decoration: none; } -.btn { - background-color: black; - color: white; - margin-top: 1.5rem; - cursor: pointer; - border-radius: 22px; +.btn{ + text-align:center; + background-color: #282727; + + width:15rem; + margin-left:10rem; + } .btn:hover { @@ -103,19 +105,32 @@ body { text-align: center; } + .container button { - width: 150px; - margin-left: 80px; - text-align: center; + + + text-align:center; display: block; + margin-top:0.5rem; + margin-bottom:0.5rem; + border-radius:3rem; + +} /* margin: auto; */ -} + + + .aboutus { padding: 70px; text-align: center; - background-color: black; + background-color: rgba(0, 0, 0, 0.842); color: white; + +} +#about p{ + margin-top:5rem; + font-size:15px; } .abttitle { @@ -441,4 +456,68 @@ header #menu-bar { align-items: center; justify-content: center; flex-wrap: wrap; -} \ No newline at end of file +} + +/* contact*/ + +#contact h2{ + text-align: center; + color:white; + font-size:30px ; +} + + +.feild{ + margin-top:4rem; + background-color:#fdfdfd55; + position:relative; + border-radius: 1rem; + + +} +input,textarea,label{ + display:block; + width:40vw; +} +label{ + font-size:15px; + font-family:sans-serif; + font-weight:4px; + margin-left:15rem; + + + + + +} +.name{ + margin-top:2rem; +} +input,textarea{ + margin-left:15rem; + padding:1rem; + border:none; + background-color: #fdfdfd00; + border-bottom:3px solid rgb(80, 93, 80); + outline:none; + +} +input::placeholder,textarea::placeholder{ + color:rgb(180, 178, 178); + font-size:12px; +} + +.frm button{ + text-align:center; + padding:1rem; + text-transform: uppercase; + font-weight: 300; + background:rgb(34, 34, 34); + color:whitesmoke; + width:100px; + + border: none; + border-radius: 4rem; + outline: none; + font-size: 12px; +} diff --git a/index.html b/index.html index f15d12c..04ae461 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@