Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-101/projeto-frontbox
https://github.com/g-101/projeto-frontbox
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/g-101/projeto-frontbox
- Owner: g-101
- Created: 2022-08-25T13:54:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T17:12:18.000Z (about 2 years ago)
- Last Synced: 2024-08-01T21:44:22.354Z (4 months ago)
- Language: HTML
- Size: 445 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontbox
Um website responsivo para uma empresa fictícia chamada Frontbox.
- Demo: https://projeto-frontbox.netlify.app/
## 💻 Tecnologias
- HTML
- CSS## 💬 Assuntos abordados
- Flexbox
- Box Sizing
- BEM
- Variáveis CSS
- Media Queries## 🎨 Variáveis
```css
:root {
--clr-green-dark: #049a40;
--clr-green-light: #0bf96a;
--clr-pink-dark: #e10bf9;
--clr-pink-light: #f3a0fd;
--clr-white: #f5f5f5;
--ff-primary: 'Nunito', Arial, Helvetica, sans-serif;
}
```