angular-material md-card Basic card with header

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

<md-card>
    <md-card-header>
        <md-card-header-text>
            <span class="md-title">This will be the title</span>
            <span class="md-subhead">Here goes the (smaller, lighter) sub-header</span>
        </md-card-header-text>
    </md-card-header>
    <md-card-content>
        <p>
        Your content goes here!
        </p>
    </md-card-content>
</md-card>


Got any angular-material Question?