Skip to content

Instantly share code, notes, and snippets.

View RodrigoBastos's full-sized avatar

Rodrigo Bastos RodrigoBastos

View GitHub Profile
@RodrigoBastos
RodrigoBastos / main.css
Last active November 20, 2021 16:16
Navbar Example
:root {
--primary-color: #579D95;
--second-color: #111010;
--link-color: #A62951;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;