What specific areas of your project would you like help with?
hi everyone!!
1\ I faced a problem in positioning the marker of " li " elements, although i searched a lot still i didn't find a solution .
2\ In active state exactly in the picture , i have positioned the eye picture using
position : fixed ; & top : 14%;
my question is: is there a better way & more Professional ?
The solution for the first problem which is positioning of marker of li elements you should use list-style-position css property,
but it will still not well positioned, so what i did in my solution is to use the icon as svg or img and give the parent container display flex so i can position them well.
The solution for the active state eye picture is to use it in ::before selector with opacity 0 when hover change the opacity.
Hello, Frontend Mentor community. This is my solution for the NFT Preview Card challenge 👋
This is challenge 3 where I provide comprehensive guidance to fellow developers by adhering to industry best practices. By focusing on key areas such as
Semantic HTML
Clean web page structure
CSS enhancements
Accessibility
Performance Optimization
Today I want to share with you the advantages of using utility css class
utility class are css classes that applies a single rule or a very simple pattern.
Benefits
dryness & consistency
help you reduce repetition and unintentional inconsistency in your styling
you can alter the value in one place instead
file size
by reducing repetition, you reduce the file size which results in improving your page performance.
3- specificity
they also make it possible to creawte element specific overrides without writing high specificity varients.
I aim to address common mistakes observed in the challenges submitted by other participants. Through this initiative, I hope to not only solve newbie-level projects but also share valuable insights and tips to aid in their learning journey. As a part of this initiative, I started a series Frontend Mentor - Learning from mistakes on Linkedin where I share common mistakes I found in newbies / junior challenges to assist all fellow newcomers in avoiding these pitfalls
Hello, Frontend Mentor community. This is my solution for the Qr-Code Component challenge
Today marks the beginning of the Newbie Challenge, a unique opportunity for me to offer solutions for HTML/CSS challenges specifically designed for newcomers. Throughout this challenge, I aim to provide comprehensive guidance to fellow developers by adhering to industry best practices. By focusing on key areas such as
Semantic HTML
Clean web page structure
CSS enhancements
Accessibility
Performance Optimization,
I aim to address common mistakes observed in the challenges submitted by other participants. Through this initiative, I hope to not only solve newbie-level projects but also share valuable insights and tips to aid in their learning journey.
In this challenge, I focused on reducing the load time of Google fonts to improve page performance by 880ms. you can check this article
if you want me to review your code, just comment (the challenge name + the areas you want me to focus on) and I will provide a review as soon as possible.