<div class="card card-services">
<div class="card-body">
<p><i class="mdi mdi-message" aria-hidden="true"></i></p>
<p class="card-title">Melden aan de gemeente</p>
<p class="card-text">Meld & Herstel, gevonden voorwerpen, fraude, zwerfdieren, rioolverstopping</p>
<p class="card-read-more text-right mb-0 text-uppercase">
<a href="" aria-label="Melden aan de gemeente">Lees meer</a>
</p>
</div>
</div>
Based on the version from MDB:
https://mdbootstrap.com/components/cards/#basic-example
Please note the usage of the aria-label
attribute on the anchor and is there to provide a more descriptive label to assistive technology.
(http://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140408/ARIA8#ARIA8-examples)
No additional actions, aside from the markup, are needed to use this component.
H1 - H6
) in this component.H1 - H6
) level as card title, so you are free to use which heading level suits your use-case.