Stu Cowley
@frontendstuAll comments
- @MaximilianoDanielGarciaSubmitted about 1 year ago@frontendstuPosted about 1 year ago
Hi there @MaximilianoDanielGarcia π
Great effort on this! π
If you're wondering how to centre align the QR code component to the page give this styles a go:
body { display: grid; place-content: centre; /* Any other body styles */ }
I use these styles with any of the component challenges.
Marked as helpful0 - @almasiwe11Submitted about 1 year ago
I tried to make header dropdown using intersection observer, it works but the code for it is messy, how to make it better? Also I fixed the max-height of background-hero image is it right in this case?
@frontendstuPosted about 1 year agoHi there!
I followed along the way that Kevin Powell's series on YouTube of "Build a responsive website" and used the method he used for the responsive menu. His code is nice and clean. You can have a look at how he did it here: https://www.youtube.com/watch?v=zPHMqqyD2kY&list=PL4-IK0AVhVjNDRHoXGort7sDWcna8cGPA&index=4&t=1532s
0 - @vanzasetiaSubmitted about 2 years ago
Hello Everyone! π
I finally completed another challenge! π
In this challenge, I completed the challenge by using fluid space and fluid typography which by using
clamp()
functions a lot. I also used CSS logical properties.Any questions on the technique that I'm using are welcome! Of course, any suggestions on how I can improve are welcome! π
Also, if you have finished this challenge and would like me to give feedback on it, please include a link to your solution. I would be glad to help you! π
Thanks!
@frontendstuPosted over 1 year agoHi there Vanza,
I've had a look at your solution and it looks amazing! I'm wondering if you had any problems with the charts svg not displaying the fonts correctly. I made sure all fonts were converted to shapes and it is still displaying as Times New Roman not Kumbh Sans like in the design. I'm kind of pulling my hair out over this one
1 - @jacobnighdevSubmitted over 1 year ago
Realizing now that using React for an HTML and CSS solution was over kill. Feedback is definitely welcome. Just back into coding after a 5 year stint of not doing it.
Primary question would be about best practices.
What would be a cleaner way to write this? Am I missing anything?
@frontendstuPosted over 1 year agoHi there!
Yes I am the same, have come back to it after a few years away. I'd recommend subscribing to Kevin Powell and Coder Coder on YouTube. I was able to get back into the swing of it quite quickly. Some CSS properties make for quicker development
1 - @GuglegluggSubmitted almost 2 years ago
I didn't get the padding right because all I have is a JPG file, I'll go back to this project once I subscribe to Frontend Mentor Pro and get access to Figma files.
Also, after submitting the solution I got a ton of accessibility-related feedback that I'll incorporate in my next attempt.
@frontendstuPosted almost 2 years agoUnfortunatley I have found myself buying the pro membership because you can't get the exact figures of each element. Before I found myself using the screenshot tool on the Mac to get the numbers, but even then I couldn't get them exact. The jpg's are way too fuzzy
1