I've started learning HTML-CSS new for the last 2 days and build this. So please upvote if I'm doing well. or leave feedback too. suggestions are welcome.
I'm not able to align checkboxes with labels under a form & a table.
I went through these answers & some websites too. I'm still not getting it. using input width as 98%. That's why it's coming like that. Removing the mentioned CSS & using the width property with another selector is doing the job.
like I was using width 98% for "select your current city". I've assigned a class to that. and used that. removing this CSS does the job.
table input{
width: 98%;
}