Latest solutions
newsletter sub
Submitted 3 months ago1:how to space between markers and item lists. 2:how to make my code more organized and readable.
vibrant furniture
Submitted 3 months agothe share bar of the mobile size: are there another way to make it appear without creating two buttons&& 2event listeners?
four cards layout
Submitted 4 months agohow to make the text have multiple short lines instead of one long line.
Latest comments
- P@vietlong90@besher94
awesome!
- @StergiosHariopWhat challenges did you encounter, and how did you overcome them?
I found an interesting bug. When hosting on Github Pages, the share button wouldn't show, even though it would on my local. After some research, I out found that because of a class I used in my button, the browser ad-blocker prevented the button from showing. Removing the class fixed the problem.
@besher94perfect!
- P@Yonerfy@besher94
good job!
- P@drewleeWhat are you most proud of, and what would you do differently next time?
I was able to swiftly implement the responsive layout, accurately matching the provided style guides. Next time, I would explore whether the project layouts could be implemented using CSS Grid.
What challenges did you encounter, and how did you overcome them?Surprisingly, the "diamond" card layout was fairly simple to implement. The most challenging aspect was ensuring smooth font scaling and proper synchronization between the card widths, text wrapping, and the three different layout styles.
What specific areas of your project would you like help with?Ensuring the markup adheres to best practices and modern CSS and HTML coding conventions.
@besher94good job!
- @StergiosHariop@besher94
good work!
- @Bene001700What are you most proud of, and what would you do differently next time?
Estou feliz por ter conseguindo realizar o desenvolvimento dessa página de forma responsiva.
What specific areas of your project would you like help with?Gostaria de ajuda e uma opinião sobre página responsiva. Nesta página defini o min-width da área de conteúdo em 375px no mobile. Quando a página é redimensionada para abaixo dessa dimensão começa a diminuir o zoom. Seria melhor retirar min-width da área de conteúdo?
@besher94awesome work!