From 158bd61be7fdc5441e7d6c0a45dd1b5e458410bc Mon Sep 17 00:00:00 2001 From: soyed Date: Wed, 10 Mar 2021 14:14:35 -0500 Subject: [PATCH 1/5] modified contact inform form --- css/styles.css | 35 +++-- index.html | 365 ++++++++++++++++++++--------------------------- scripts/index.js | 36 +++++ 3 files changed, 210 insertions(+), 226 deletions(-) create mode 100644 scripts/index.js diff --git a/css/styles.css b/css/styles.css index 460d6e0..d93e493 100644 --- a/css/styles.css +++ b/css/styles.css @@ -62,7 +62,7 @@ h3 { font-size: 1.5rem; } -h5{ +h5 { font-weight: bold; } @@ -71,6 +71,13 @@ p { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif } +hr { + border: dotted #EAF6F6 6px; + border-bottom: none; + width: 20%; + /* margin: 100px auto; */ +} + /* navigation bar */ @@ -135,26 +142,24 @@ p { text-align: left; } + /* Worker profiles */ -.profile{ - width: 200px; + +.profile { + width: 200px; height: 200px; object-fit: cover; - - } -.profile_names{ - font-size:25px; +.profile_names { + font-size: 25px; } -.name_text{ +.name_text { font-weight - } - /* Features section */ #features { @@ -252,13 +257,13 @@ input:invalid+span:after { position: absolute; content: '✖'; padding-left: 5px; - } - - input:valid+span:after { +} + +input:valid+span:after { position: absolute; content: '✓'; padding-left: 5px; - } +} /* Footer section */ @@ -323,4 +328,4 @@ input[type=submit] { input[type=submit]:hover { background-color: #fa4664; -} \ No newline at end of file +} diff --git a/index.html b/index.html index b160096..8b3112b 100644 --- a/index.html +++ b/index.html @@ -5,34 +5,19 @@ Batuhan's Bikes - + - + - + - - - + + + - - - @@ -47,8 +32,7 @@