Latest solutions
Latest comments
- @Itachidorri@Itachidorri
I forgot to tell, I was unable to color the text inside buttons due to specifity issues, I think so. Can anyone check how can it be solved?
- @Itachidorri@Itachidorri
- Another Question I'd like to ask is the font-style 'HankenGrotesk' isn't working. Can someone tell why?
- Also the design looks way ugly when it is shown in the design comparison window of 'frontendmentor', however when you check the design in 'preview site', it looks decent. Can someone explain why?
- @winprn@Itachidorri
Nice work, you cloned the project very well. Let me suggest you some tips to optimize your code as well.
- Learn custom properties, making a habit to use them would allow you to keep controls to parts of your webpage at a single spot in your code, mostly at the start. This removes the hassle of making changes to a webpage by going through the whole code and searching for the element to change.
- Overall, I recommend you learn from some modern CSS tutorials, there are many resources on the resources page here but off the top of my head I recommend Kevin powell, stephanie eckles modern CSS.
Marked as helpful