Aya
@aya-94All comments
- @aya-94Submitted over 2 years ago@aya-94Posted over 2 years ago
Can someone help me understand this error? I have in the <form> => <input> => with type = password. couldn't see anything wrong about it online. Element password not allowed as child of element form in this context. (Suppressing further errors from this subtree.) thank you.
0 - @dumpdope1Submitted over 2 years ago
I'M NOT SURE IF THIS IS CORRECT THIS IS MY 6TH DAY OF CODING.
PLEASE HELP ME OUT IF THERE'S SOMETHING TO IMPROVE JUST LET ME KNOW AND SMASH THE COMMENT BUTTON :)
@aya-94Posted over 2 years agoHi Rudolf! good job on your project! for the barcode image use
object-fit: cover;
in order to centre your box you can easily use flexbox on the body with this code:
display: flex; align-items: center; justify-content: center;
I'd recommend you to practice some flexbox and then try another project, good luck!
Marked as helpful0 - @aya-94Submitted over 2 years ago
Will be happy to receive some feedback, thank you!
@aya-94Posted over 2 years agofor some reason the divider is gone in the screenshot, even tho I see it in the link. will be happy to hear what should I do to solve my accessibility issue and the problem with the divider. Thank you!
0