- 3

Form tag length

how can I make a form to be long than it normal.default line

20th May 2021, 8:03 PM
Micheal Alfred
2 Respuestas
+ 2
you must style it with css to give it the length you want ^^
20th May 2021, 9:28 PM
visph
visph - avatar
+ 2
Micheal Alfred WRITE (IN CSS) form{width: as much as you want; height: as much as you want;} you can choose px, em, vh, vw for giving the height and width. NOTE: For checking you can use background as black or any dark color.
21st May 2021, 3:49 AM
NEZ
NEZ - avatar