Latest solutions
Latest comments
- @LucatoNineSubmitted over 2 years ago@Chris-aiPosted over 2 years ago
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>
0