0
Can somebody help in my css code pls
i got this css code .column form input[type="text"], .column form input[type="email"], .column form input[type="password"]{ font-size:14px; margin: 10px 0; border: none; border-bottom: 1px solid #dedede; } .column form input[type="submit"]{ background-color: #4285f4; color: #fff; height: 36px; width: 88px; border: none; border-radius: 3px; font-weight: 500px; margin-top: 10px; margin-bottom: 20px; font-size: 16px; it doesnÂŽt work in my html , and the code is inside in a form inside an <div class="column"> <form> and the respectives inputs , is a sintaxis mistake?
4 Answers
+ 2
camila rodriguez your form tag was empty in your code.
https://code.sololearn.com/WSI66860EmKc/?ref=app
+ 1
It would be better if you share the code link instead of writing code in description.
0
oh sorry , my fault here is the code link https://code.sololearn.com/W620A47A15a1
0
omg I didn't notice thanks