HTML
Use Classes for all kinds of Effects...
How to use a CSS Class in HTML ?
-
You need first to choose a Tag :
<section>
-
Then, add the HTML Attribute "class" :
class=""
-
Finally, the Value you want to put in the Attribute :
flex
-
You will have this result for this Example :
<section class="flex">
More Classes Infos...
-
You can read the MDN Web Docs about CSS Classes :
Class Attribute Class Selector -
You can watch an example of a homepage file :
Homepage Example -
You can find the Available CSS Classes in the Animadio Documentation :
Documentation