This file contains hidden or 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; | |
margin: 0; | |
padding: 0; | |
font-family: Arial, sans-serif; | |
} | |
body { | |
max-width: 1000px; | |
margin: 0 auto; |
This file contains hidden or 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
<svg width="240" height="240" viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
<circle cx="120" cy="120" r="120" fill="url(#paint0_linear_1_2)"/> | |
<defs> | |
<linearGradient id="paint0_linear_1_2" x1="-25" y1="26" x2="221" y2="230" gradientUnits="userSpaceOnUse"> | |
<stop stop-color="#67E8F9"/> | |
<stop offset="1" stop-color="#01456F"/> | |
</linearGradient> | |
</defs> | |
</svg> |
This file contains hidden or 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
{ | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"tabnine.experimentalAutoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"[prisma]": { | |
"editor.formatOnSave": true | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, |