Explorer
Project realized during Rocketseat's Next Level Week event.
- HTML
- CSS
- Git and Github
- set css transition using hover and transform property on scale;
- set css animation using nth=child, transform property on translateY or X on keyframes;
- set gradient border using "background-image: linear-gradient", because divs do not have text properties;
- use "display:flex" to keep elements inline.