+ 2
Please I don't understand how to align this input boxes parallel to name.....
7 Antworten
+ 5
https://code.sololearn.com/W6FUzvjHHTds/?ref=app
i have just used a grid system in css
and added a div
+ 6
Put all the names into individual label tags.
set css
label {
min-width: 150px;
}
Adjust the min width accordingly.
+ 5
@lalit its very difficult to understand the last line for me
as well as if the input is empty it will give you result of Not a Number.
+ 5
@lalit wlcm
+ 3
use table or a grid system in css. :)
+ 3
@navonil
I want to decrease length of JS in it..... At last formula.... Have you any idea....
+ 3
OK...thnks.... For help....