Last active
February 23, 2018 21:09
-
-
Save ritcheyer/52db6152d8e90b5f7e0e4488618229a8 to your computer and use it in GitHub Desktop.
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="mktg_carousel-container" style="--translateX: 0"> | |
<header class="mktg_carousel-header">...</header> | |
<nav class="mktg_carousel-navigation navigation--inline"> | |
<ol class="mktg_carousel-items"> | |
<li class="mktg_carousel-item carousel-item--active">...</li> | |
</ol | |
</nav> | |
</div> | |
---- | |
<div class="mktg_carousel-container" style="--translateX: 0"> | |
<header class="mktg_carousel-header">...</header> | |
<nav class="mktg_carousel-navigation navigation--stacked navigation--boxes"> | |
<ol class="mktg_carousel-items"> | |
<li class="mktg_carousel-item carousel-item--active">...</li> | |
</ol | |
</nav> | |
</div> | |
---- | |
<div class="mktg_carousel-container" style="--translateX: 0"> | |
<header class="mktg_carousel-header">...</header> | |
<nav class="mktg_carousel-navigation navigation--inline navigation--dots"> | |
<ol class="mktg_carousel-items"> | |
<li class="mktg_carousel-item carousel-item--active">...</li> | |
</ol | |
</nav> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment