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
<section> | |
<div class='sedan blue 2015 leatherSeats'></div> | |
<div class='sedan red 2012 hatchback'></div> | |
/** 10 more */ | |
</section> | |
<section> | |
<div id="123xyz" class='convertible purple audi v8'></div> | |
<div class='convertible green mustang dualExhaust'></div> | |
/** 10 more */ | |
</section> | |
<section> | |
<div id="789abc" class='truck 2014 seatWarmer crewCab'></div> | |
<div class='truck 2013 powerSteering'></div> | |
/** 10 more */ | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment