I spent some time adding some css to a input field with submit button. However, I was still only learning how to use django forms and found I had to use 'form.as_p' in my template. As a result, I lost the styling I wanted to have. What methods exist to add styling to django form elements?!
P.s. I didn't post up any of my code because it's stock standard. Just a regular template connected with form/model. Just curious about how to add the styling.