Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirabbosss/finsweet-project

My first project made using the Figma site
https://github.com/mirabbosss/finsweet-project

css html html5

Last synced: 3 days ago
JSON representation

My first project made using the Figma site

Awesome Lists containing this project

README

        

### Lesson-13

- Folder structure +
- Layout ? +
- Documentation +
- Fonts + (global)
- Float +
- Flex box + ( Flex containe )

- Flex box : games
- https://flexboxfroggy.com
- https://codingfantasy.com/games/flexboxadventure/play

```
display: flex;
justify-content:space-around;
align-items:center;
flex-direction: row-reverse;
flex-wrap: wrap;
```

![alt text](image.png)