Latest solutions
Frontendmentor News Homepage
#react#viteSubmitted about 1 year agoI am curious, when creating @font-face, how does one use all the fonts from different folders provided by frontend mentor?
Latest comments
- @jish0101@WangaiJM
Apply the background color to the body rather than the outer-container or fill the body with the outer-container
.outer-container{ width: 100%; height: 100% }
Marked as helpful