JFYI, if you are working with images that are decorative only (like an avatar of current user) you should use proper alts and aria labels for screen readers and A11Y requirements.
No way this is a newbie challange ... they should label it junior or higher ... i could'nt create the codes to check what number a user used ... can someone tell me how to do it .. thanks
You almost got it! You just have to store the value (use e.g. .textContent) while selecting the button. Then you should dynamically display the value on next page.
👾 Hello, Frontend Mentor coding community. This is my solution for the Testimonials Grid Section.
Feel free to leave any feedback and help me improve my solution or make the code clean!
🤩 I had a lots of fun building this challenge! Mainly because I understood how to apply a focus effect on the card hovered with only CSS and I've also created my own design changes and personal improvements to the challenge elements.
SPECIAL THANKS to @elaineleung that show me how to add different animation stats for the cards in the intro.
I added some features:
🎨 Focus effect on hover.
👨🔬 Focus effect on card hovered.
📱 New media query breakpoint for tablet screens
😎 Custom Design.
👾Custom button to switch between FEM UI and CORRELUCAS UI.
I'm still learning how to use semantic html5 tags, so I would like to ask about your html structure.
Why did you use section to code each of your cards? I would rather think that all components here are embedded inside a one section, but cards are just a divs. Also, you have used h1 for each of your cards (I think, thats because you have used many sections here), but don't you think they should be simply paragraphs? I find them only as components, not fully website.
Edit: Forgot to add - I love your designs and eastereggs. :D really inspiring!
I really like this challenge.. I still had to do a lot of research which I am sure is normal.. Feeling more comfortable with flex-box but still working on rem/em/px.. etc.
Good job with your challenge! Try to use rem/em in your next task, code your CSS in your css sheet only (style.css) and I'm not sure if that wrapper div was necessary here :)
Good job with your challenge. I suggest you working with mobile first workflow. Your "@media max 375px" card is bigger than "@media min 375px". Check it with your dev tools.
Changing it will be helpful with your future harder projects. :)
Hello Everyone, All feedback/review/correction/suggestions are welcome.
I've finished this project since few days back but I just keep looking for errors to correct and that make makes me loop through an infinite loop of correction. But I guess it can't be perfect.
here are my question:
I used the markup below but I'm seeing some weird black border under/over my pink border, it kinda look like a default border, but I was expecting it to be overwritten by my style below, but it's not. kindly help to check what the problem is, this is my first time using :focus-visible.
I used positive and negative border to make the boxes slightly away from each other, is there a better way ?
does the markup below work that much for SEO ? and what other <meta> would you recommend ?
<meta name="description" content="This is Engineer Hamziey's solution to FrontendMentor challenge(social proof section master)">
<meta name="Keywords" content="Web developer,Engineer Hamziey, Frontend developer">
For the media query I used @media (min-width: 1024px) for the desktop, the design doesn't look satisfactory on screens lesser than 1024px in my opinion, any comment on that? what's your opinion?