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 @@