Ionic Classes

Hi :slight_smile:
I found this code on internet :

  <div class="cover header-md">
    <img class="cover" src="assets/img/cover_home.png" alt="home">
  </div>

But I don’t know where can I find class header-md for example…

Where Can I find this please ?

That depends on where you found that code and what it should do…

Otherwise:

.header-md {}

There you go - a CSS class.

Does Ionic have its own classes like this ?