Where to find custom css tags / attributes?

Hey guys, not sure if you understand my question but where can I find a guide on how customization works on Ionic? I mean, how to center things? Tables? Forms? For example what Bootstrap provides. Or do I have to integrate bootstrap too? Doesn’t Ionic not have such features?

I’m not absolute sure, about your Question, but all Documentation to Ionic Components can be found here: https://ionicframework.com/docs/components. You don’t need to integrate Bootstrap normally.

Things such as, for example in Bootstrap

Align

<span class="align-baseline">baseline</span>
<span class="align-top">top</span>
<span class="align-middle">middle</span>
<span class="align-bottom">bottom</span>
<span class="align-text-top">text-top</span>
<span class="align-text-bottom">text-bottom</span>

Display property https://getbootstrap.com/docs/4.4/utilities/display/

Tables https://getbootstrap.com/docs/4.4/content/tables/

Basically, those utilities. I found the components of Ionic, but utilities such as those listed above, exist?