body {
width: 100%;
height: 100vh;
margin: 0;
background-color: #1b1b32;
color: #f5f6f7;
font-family: Tahoma;
font-size: 16px;
}
h1, p {
margin: 1em auto;
text-align: center;
}
form {
width: 60vw;
max-width: 500px;
min-width: 300px;
margin: 0 auto;
}
fieldset {
border: none;
padding: 2rem 0;
border-bottom: 3px solid #3b3b4f;
}
fieldset:last-of-type {
border-bottom: none;
}
label {
display: block;
margin: 0.5rem 0;
}
input,
textarea,
select {
margin: 10px 0 0 0;
width: 100%;
min-height: 2em;
}
input, textarea {
background-color: #0a0a23;
border: 1px solid #0a0a23;
color: #ffffff;
}
.inline {
width: unset;
margin: 0 0.5em 0 0;
vertical-align: middle;
}
submit[block="display"]
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
I was wondering if this is similar to any other step I’ve been through, it doesnt seem familiar to what i’ve been practicing so far.
There is no Step 64, so it can’t be like things you’ve done before since it doesn’t exist.
Do you mean Step 46? Can you provide a link?
it’s 56 my fault
should I make another topic ?
Step 56 is the first time an attribute selector has been shown.
It looks like you have a selector, but not the rest of the CSS rule.
input[type=“submit”] {
diplay: block;
width: 60%;
}
i’ve thought of something like this but i’m just stuck at this point.
It is something like that. What error message are you seeing?
it was that i just forgor to add “s” in display i guess. Do i need to delete theansewr ?
Not at all. Good work getting it passing!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.