How to add custom CSS into a page/view?

I’m wanting my home page (after logging in) to have a tiled metro style theme (like windows 8 style). I’ve found some custom css to do the job but unsure how I add custom css to a single view?

1 Like

Just add your css to the styles.css, make sure it is included in your index.html file and then just add the necessary classes in the view that you need.

(Remember to include it after the ionic css file)

Thanks so much :smile: