Re: HTML Flexbox CSS

2016-09-27 Thread Ed09
Solved, had an error in the css, did not close out a note correctly, now working properly. Thanks for your replies. On Sunday, 25 September 2016 21:57:31 UTC+8, Ed09 wrote: > > Trying to implement: > http://www.w3schools.com/css/tryit.asp?filename=trycss3_flexbox_website > w

HTML Flexbox CSS

2016-09-25 Thread Ed09
Trying to implement: http://www.w3schools.com/css/tryit.asp?filename=trycss3_flexbox_website within Django. Works fine when all of the Flexbox section is within the template but if I move this style section to a css the following @media sections stop working but the rest continues to work.