Is there a way to achieve this specific layout with the "plus" icon positioned below the card layout?
https://i.sstatic.net/W5ZRM.png
I have attempted the code below:
<section layout="column" style="background-color: black;">
<md-card flex="100">
<md-card-header style="background-color: greenyellow; ">
<h2>Card headline</h2>
</md-card-header>
<md-card-content class="inline">
Card content
</md-card-content>
</md-card>
</section>