You are viewing version 2 of the library, the latest version is
<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 &amp; Herstel, gevonden voorwerpen, fraude, zwerfdieren, rioolverstopping</p>
        <p class="text-right mb-0 text-uppercase"><a href="" aria-label="Melden aan de gemeente">Lees meer</a></p>
    </div>
</div>

Cards Services

Based on the version from MDB:
https://mdbootstrap.com/components/cards/#basic-example

Accessibility

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)

Using

No additional actions, aside from the markup, are needed to use this component.

Notes

  • The card title in this component is rendered via a paragraph element, since it’s unknown in advance what the implementors document heading level structure would be, it’s not advisable to define a specific heading element (H1 - H6) in this component.
    However, the component has been structured to work with every heading (H1 - H6) level as card title, so you are free to use which heading level suits your use-case.