Latest solutions
Latest comments
- @LucatoNine@Chris-ai
I have small advice about fonts. You can import them just with one link in your html. Look here
Also wrap your code in some containers. Not let them just be mess in <body>.
For example:
<container> ... your code ... </container>