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

https://github.com/bondok6/trillo

Pure CSS website to practice advanced CSS/SASS Pure and delve deeper into Flexbox.
https://github.com/bondok6/trillo

css3 flexbox html5 scss

Last synced: about 2 months ago
JSON representation

Pure CSS website to practice advanced CSS/SASS Pure and delve deeper into Flexbox.

Awesome Lists containing this project

README

        

# Trillo

> ### Pure CSS website to practice advanced CSS/SCSS (SASS) and delve deeper into Flexbox.

## Built With

- HTML - HTML5
- CSS - CSS3
- Sass - Scss

## Additional Used

- Google Fonts
- Linea Icons
- npm

## Live Demo

[Trillo Live Demo](https://bondok6.github.io/trillo/)

## Objectives & What I learned

- When and Why to use Flexbox?
- Why to use SVG icons vs. font icons?
- How to find, generate and use SVG sprites in HTML?
- How to change the color of an SVG icon in CSS?
- How to use more advanced flexbox alignment techniques?
- How to use scaleY and multiple transition properties with different settings, to create a creative hover effect?
- How and why to use the currentColor CSS variable?
- How to create an infinite animation?
- How to use margin: auto with flexbox, and why it’s so powerful?
- How and why to use CSS masks with mask-image and mask-size?

## Getting Started

To get a local copy up and running follow these simple example steps.

```bash
git clone [email protected]:Bondok6/trillo.git
```

```bash
cd trillo
```

## Authors

πŸ‘€ **Kyrillos Hany**

- GitHub: [@Bondok6](https://github.com/Bondok6)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Acknowledgments

- Inspired by Jonas Schmedtmann for his online course **Advanced CSS and SASS**