Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bccpadge/sunflower-card-component-cli

Simple sunflower card component using TailwindCSS
https://github.com/bccpadge/sunflower-card-component-cli

responsive-web-design tailwindcss

Last synced: about 1 month ago
JSON representation

Simple sunflower card component using TailwindCSS

Awesome Lists containing this project

README

        

# Sunflower Card Component

## Table of Contents

- [Project Description](#project-description)
- [Screenshot](#screenshot)
- [Live Demo](#live-demo)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)

## Project Description

A simple sunflower card component using TailwindCSS

## Screenshot

![](./sunflower-card.png)

## Live demo

Live Demo: [Github Pages](https://bccpadge.github.io/sunflower-card-component-cli/)

## My process

### Built with

- Semantic HTML5 Markup
- CSS Grid
- Mobile-first workflow
- TailwindCSS

## What I learned

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.

```html

```

## Useful Resources

- Documentation - [TailwindCSS](https://tailwindcss.com/)
- Image Credit - [Unsplash](https://unsplash.com/)

## Author

- Github - [bccpadge](https://github.com/bccpadge)
- Frontend Mentor - [bccpadge](https://www.frontendmentor.io/profile/bccpadge)