I am an ordinary guy from a warehouse who wants to break the routine of work that I've been doing for over eight years. I am taking my first steps in this new world, and every newly acquired skill gives me a little boost to continue learning and improving my abilities.
I’m currently learning...HTML, CSS. Wanna learn JS as well to encourage self to take first steps in coding.
Latest solutions
social-proof-section
Submitted 4 months agoI would like to have good video or article with explain to me very deep how flex and grid works. Still have problems with those in more complicated project's. I surely rewrite the code when i get more experience.
profile-card-component
Submitted 4 months agoI cannot fix the big white space between avatar and text, any suggestions?
Latest comments
- @osuulolaSubmitted 4 months ago@TheDrem94Posted 4 months ago
Great job, You did it! :)
I think using grid in this specific challenge is more comfortable to work with. Some columns are easier to position. I cannot fit mine the exact way, but flex was to hard to use for me it this project. Anywa, one more, good job!
0 - P@dearestalexanderSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
It was a good opportunity to practice positioning options with CSS grid. There was some unexpected behaviour. It wasn't enough to set grid-template-columns: 1fr for mobile I had to set rows to auto. I found flex very helpful in this exercise for little things like logo positioning.
I also took the opportunity to make an alternate version for some light design practice.
What challenges did you encounter, and how did you overcome them?A few teething problems getting the desired behaviour from grid.
What specific areas of your project would you like help with?Nothing for now.
- P@tobaojoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Maybe I will try a tool like tailwind
What specific areas of your project would you like help with?Any advice with measurements, as I do not have figma files.
@TheDrem94Posted 5 months agoNext time try to use flexbox to align prices. There is also the way by using list properies (display: inline;) but i have no idea if this is good habit or no. I'm new here :)
Marked as helpful0 - @oluwasemilorebadejoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I was able to use Flexbox in a new way by setting the width of each div. I also learnt how to use not last child selector and styled the list elements
What challenges did you encounter, and how did you overcome them?I found it difficult to position the flex elements and remove the border radius of the last div.
- @AeroBWSubmitted 5 months ago
- @arthuvinciSubmitted 5 months ago@TheDrem94Posted 5 months ago
Simpler code than mine. I have learned w few things, thanks :)
0