Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirabbosss/finsweet-project
- Owner: Mirabbosss
- Created: 2024-02-26T13:16:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-26T13:19:53.000Z (10 months ago)
- Last Synced: 2024-11-09T07:28:22.119Z (about 2 months ago)
- Topics: css, html, html5
- Language: HTML
- Homepage:
- Size: 25.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)