vaibhu252frontend
@vaibhu252frontendAll comments
- @ktzazzSubmitted 7 days ago@vaibhu252frontendPosted 6 days ago
use semantic tag. code quality is good.
Marked as helpful0 - @tuhamworldSubmitted 17 days agoWhat are you most proud of, and what would you do differently next time?
I'm glad to learn more about using variable fonts by using @font-face from the local fonts.
A variable font is a single file containing multiple styles (such as weights, widths, and slants), all in one, instead of having separate font files for each style (like bold, italic, or condensed), a variable font allows you to specify styles dynamically through CSS properties.
This leads to flexibility in design and reduces load times since one file covers multiple styles.
What challenges did you encounter, and how did you overcome them?I was importing the variable font using the same syntax for importing fonts from Google Fonts and noticed it didn't work.
I fixed this by importing the styles into my HTML file and also use the correct syntax for variable fonts
- @smileywrldSubmitted 30 days agoWhat are you most proud of, and what would you do differently next time?
I tried out the css variable, and i used it to store color, I'll love to use it next time to store styles or perhaps font
What challenges did you encounter, and how did you overcome them?I was facing a bit challenge on using media query to get the rsponsive design but i did more research on different screen sizes and i was able to complete the responsiveness of the project.
What specific areas of your project would you like help with?I'd love to get a review from a audience on where i got it wrong or wheere i should improve on. thanks
- @marupovdostonSubmitted 2 months ago