1. Luftballon
Banned
- Pronoun
- it
(line numbers are copy-pasta leftovers.)
(ignore the values and stuff.)
I'd like to center the form without having to define a width.
Code:
126 .bl-c {
127 margin-left: auto;
128 margin-right: auto;
129 }
Code:
26 <form method='get' action='?' class='bl-c'>
27 <input type='text' name='one' value='{{= eschtml param 'one' }}' />
28
29 <input type='text' name='two' value='{{= eschtml param 'two' }}' />
30 <input type='hidden' name='d' value='$nmver' />
31 <input type='submit' value='Do' class='boring' />
32 </form>
(ignore the values and stuff.)
I'd like to center the form without having to define a width.