Last active
April 9, 2024 17:17
-
Star
(148)
You must be signed in to star a gist -
Fork
(42)
You must be signed in to fork a gist
-
-
Save omariosouto/19dafd5ca155c46b3dcb31df89cfba55 to your computer and use it in GitHub Desktop.
Aula 01 - Códigos Extras
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
box-sizing: border-box; | |
font-family: 'Roboto', sans-serif; | |
} | |
:root { | |
--primary: #2A7AE4; | |
--black: #000000; | |
--blackLighter: #9E9E9E; | |
--grayLight: #F5F5F5; | |
--grayMedium: #e5e5e5; | |
--white: #FFFFFF; | |
--frontEnd: #6BD1FF; | |
--backEnd: #00C86F; | |
} | |
html, | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
a { | |
color: inherit; | |
} |
Qual é o link site do gerador de logo sem cor de fundo ?
Qual é o link site do gerador de logo sem cor de fundo ?
I'm excited to learn this so fast. Thanks!
Qual é o link site do gerador de logo sem cor de fundo ?
Valeu, obrigadão mesmo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fine! Let's go! I'm finishing the first part now, but i didn't get discouraged kk!