A simple sunflower card component using TailwindCSS
Live Demo: Github Pages
- Semantic HTML5 Markup
- CSS Grid
- Mobile-first workflow
- TailwindCSS
I learned using flexbox can be tricky when making a two column layout. Also, you are added more utility classes using flexbox which is uncessary. So, I ended up using CSS Grid. I wanted the image on the right and used the code below.
<figure class="order-1">
<img>
</figure>
- Documentation - TailwindCSS
- Image Credit - Unsplash