Looking for help with my HTML code. Here's the setup:
<mat-card>
<mat-card-content>
<code>{{file}}</code>
</mat-card-content>
</mat-card>
But when the mat-card element is rendered, it's not raised like I want it to be. I'm aiming for something similar to this:
https://i.sstatic.net/PLqKC.png
Could there be some missing CSS that I need to add? Any suggestions are appreciated.