Frontend enthusiast learning HTML, CSS, JavaScript, React and other techniques , and loving the challenge. I sometimes get lost in de code but each bug fix feels like a win, and every new concept i'm mastering is a small victory. Still on the journey, but having a blast with every step!
Latest solutions
testimonials grid responsive with css grid
PSubmitted 5 months agothe mobile grid, it looks bad of you make the browser small, but looks good if you put the browser in mobile responsive mode. from whast i see the code is good, so i don't know what the right solution is.
Latest comments
- @Kaviyaa88P@Rubenbard
omg looks very good, looking at your code i still have a lot to learn..
Marked as helpful - @whosadikP@Rubenbard
loks nice, except some styling, but keep up the good work
- @dairon-canelP@Rubenbard
Wow, looks absolutelty fantastic, great work
- P@JairRaidWhat challenges did you encounter, and how did you overcome them?
The challenge for me is to add the image hero on the right when the window size is for desktop. I solved it by creating custom JS script. If someone have the best solution for this please give the code.
P@RubenbardHi Jairraid,
looks nice, for the hero images on desktop size, i just made three div's, left-image, text, right image and display:flexed them. Look at my solution here: https://github.com/Rubenbard/meet-landing
Marked as helpful - @Soliman0100What challenges did you encounter, and how did you overcome them?
It was difficult to make the grid system dynamic to suit all sizes I had to go back to the grid system lessons to review the grid-template-columns and some other things. But I don't think it's the best or even good
P@Rubenbardlooks good, allthough you still have to implement the grid, but you could just be practicing offcourse.
Keep on trucking! ;)
- P@taceseptP@Rubenbard
looks very nice, try to use rem or em, instead of px for your width and heights, that way it's supposed to be better for responsiveness.