Skip to content

Instantly share code, notes, and snippets.

View davialcantaraa's full-sized avatar
🎯
Focusing

Davi Alcântara davialcantaraa

🎯
Focusing
View GitHub Profile
@davialcantaraa
davialcantaraa / global.css
Last active March 22, 2022 13:31
Global styles
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--white: #fff;
--background: #00111c;
}
@davialcantaraa
davialcantaraa / settings.json
Last active July 19, 2022 07:16
VSCode Settings
{
"workbench.startupEditor": "none",
"workbench.iconTheme": "material-icon-theme",
// Good for Recording
"editor.quickSuggestions": false,
"editor.mouseWheelZoom": true,
"editor.renderLineHighlight": "gutter",
"explorer.compactFolders": false,
"workbench.colorCustomizations": {
"[Name of the Current Theme you are using]": {