i'm trying to develope an hybrid app with ionic 2, i don't have a lot of experience in this scope, but i have tried to develope small project. I need to put two columns (50%) in a single row and I try this but it doesn't work for me:
<div class = "row">
<div class = "col col-50">col 1</div>
<div class = "col col-50">col 2</div>
</div>
Can someone help me? Thank's