Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created October 29, 2020 07:38
Show Gist options
  • Select an option

  • Save thisiszoaib/c93c7268f8947daaa135169a58b8d8cc to your computer and use it in GitHub Desktop.

Select an option

Save thisiszoaib/c93c7268f8947daaa135169a58b8d8cc to your computer and use it in GitHub Desktop.
card flip 1
<div class="card" (click)="cardClicked()">
<div class="back">
<img src="assets/card-back.jpg">
</div>
<div class="front">
<img [src]="'https://source.unsplash.com/' + data.imageId + '/200x300'">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment