Latest solutions
Time Tracking Dashboard
Submitted 4 months agoAny tips for learning js effectively would be great! I'm not a fan of it :')
Frontend Mentor | Newsletter sign-up form with success message
Submitted 5 months agolol what's the css setting to remove a button highlight after clicking? Also, if there's anything I can improve on, please tell me!
Front end mentor challenge: Article preview component
Submitted 5 months agoPlease tell me if anything can be improved- especially with the javascript!
Frontend Mentor Challenge: Bento Grid
Submitted 6 months agoIf you have any advice, do share. Definitely not my best work though. Code is messy too.
Frontend Mentor Challenge 6: Four Card Feature Section.
Submitted 6 months agoI didn't want to use
transform: translateY();
to position the first and last cards on desktop. I thought there was a way to do it with flex only, but I couldn't figure it out. It would be great if someone could tell me how to do it with flex only( I don't want to put the middle cards in aflex-direction: column;
div and make the main card container aflex-direction: row;
div ).
Latest comments
- @SimonbikerSubmitted 4 months ago@TheTrueScoutPosted 4 months ago
Other than the responsiveness being a bit off, it looks great! I do have a question though, I'm new to js, and according to my trusty assistant(gpt) when using fetch, we need to put async before the function- Did you not do it because this project is nothing much(as in, the js isn't heavy, so it'd be fast in fetching the data) or?
Marked as helpful0 - @ElyticusSubmitted 7 months ago@TheTrueScoutPosted 5 months ago
There's this little trick i learnt from youtube- using
addEventListener('keyup', () => {})
to make the input update in real time and remove the error message after putting in a vald email. Looks great, cheers!1 - @faekhatamiSubmitted 8 months ago@TheTrueScoutPosted 5 months ago
ah yes, i'm forced to give feedback on the code of someone better than me wkwk. Very cool how you made your script thing in only 12 lines though lol. I have a long way to go :v
0 - P@EfthymiosKSubmitted 6 months agoWhat specific areas of your project would you like help with?
In the design comparison my solution looks different than the design (upper paragraph is narrower in the first testimonial), but on the github live page and on my live server it looks right. When I was writing the CSS code I tried to use rem units for the font sizes but for some reason it didn't work so I had to use pixels. Any ideas?
@TheTrueScoutPosted 6 months agoi think your font size for the header is slightly bigger, and maybe you could play with padding for the
(upper paragraph is narrower in the first testimonial),
. Great job though, i love it :)1 - P@elCris99Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I'm satisfied with how the grid layout changes with the different media queries.
@TheTrueScoutPosted 6 months agolooks better than mine honestly :) but my only suggestion would be adding
clamp(min value, preferred value, max value)
for headers so it scales down the font size and fits perfectly on mobile( i haven't put that on mine yet either tbh haha ). Great job!0 - @hasnatlubaidSubmitted 6 months ago@TheTrueScoutPosted 6 months ago
looks pixel perfect to me! I find it hard to do that haha :) Good job!
0