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: 16 days ago
JSON representation

Lists

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;
}
```