modified contact inform form
This commit is contained in:
parent
731981f36a
commit
158bd61be7
3 changed files with 210 additions and 226 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue