Last active
September 6, 2019 21:07
-
-
Save stefany-newman/016839091010a0e9315f3136fd586bef to your computer and use it in GitHub Desktop.
amp-carousel-slide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="slide"> | |
<figure> | |
<a href="#" > | |
<amp-img src="https://picsum.photos/258/193?image=9" | |
width="258" | |
height="193" | |
alt="a sample image"></amp-img> | |
</a> | |
<figcaption> | |
<a href="#" class="block"> | |
<h3 class="h3 mb1" style="white-space: normal;max-width: 258px;"> | |
Super Cool Laptop | |
</h3> | |
<div class="mb2 bg-white py rounded"> | |
<div class="text-maroon maroon-text mb1 "> | |
<div class="bold">$24,500.00 USD</div> | |
</div> | |
<div class=""> | |
<div> Located in Leeds, AL, US</div> | |
</div> | |
</div> | |
</a> | |
</figcaption> | |
</figure> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment