ArchieHickmott / quotebook

Flask webapp to allow users to submit quotes from people
3 stars 0 forks source link

Style the website #27

Open Helios-fr opened 3 weeks ago

Helios-fr commented 3 weeks ago

Bulma could be used for this @SebastianBilek @Poseidon22134

SebastianBilek commented 3 weeks ago

I haven't found a great way to make flask forms look nice with bulma

ArchieHickmott commented 3 weeks ago

Lachlan said he is sorting out this one

Helios-fr commented 3 weeks ago

I haven't found a great way to make flask forms look nice with bulma

When I did my forms for my assignment I just didnt use flask forms, you can use the flask_csrf library to add csrf tokens and validation to the html forms.

ArchieHickmott commented 2 weeks ago

Bulma could be used for this @SebastianBilek @Poseidon22134

Use this to style the website, it is automatically responsive and built with mobile first. @Poseidon22134