Log in

View Full Version : Help find a mistake



encestat
12-06-2019, 11:13 AM
Please help, I try to study css, but my code doesn't work:confused:

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
width: 100%
padding: 4px 0;
color: 3B5468 !important
font-size: 13px;
font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
}

james438
12-06-2019, 12:09 PM
You are missing a couple of semi colons. If all of your inputs are the same, try this instead:


input
{
width: 100%;
padding: 4px 0;
color: 3B5468 !important;
font-size: 13px;
font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
}

franklinzed
12-08-2019, 03:01 PM
You are missing a couple of semi colons. If all of your inputs are the same, try this instead:


input
{
width: 100%;
padding: 4px 0;
color: 3B5468 !important;
font-size: 13px;
font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: normal;
font-style: normal;
}

And a # is also missing in color

Patricia Burns
04-30-2020, 01:04 PM
I have been working on website mobile application development and content marketing. I wanted to know about the css used in the header of this website.