Latest solutions
responsive article card component design
#bootstrapSubmitted 5 months agoin this project I learned how to use and add event listener to elements
social-links-card-design
Submitted 6 months agothis helps me how to use semantic tags and basic html you can use and build this type of task without going into too much coding.
Latest comments
- @hashem03x@Usama-Hashmi-96
you're js code is working well but you should give more attentions to design as well for better project visibility because user experience is also important.
- @mi-maliya@Usama-Hashmi-96
your card is not align in the center of the screen you make it interactive but not in mobile screen size your social icon pop up message should be contain all width of the card from the bottom as showing in mobile design solution picture. all other things is quite good keep it up
- P@jhow-s@Usama-Hashmi-96
I review your code it is quite good but your CSS I thinks its too much. your font and spacing between anchor should be little more accurate for the design by the way you use CSS variables which is good thing to avoid repetition of code.
- @aralagdevWhat are you most proud of, and what would you do differently next time?
I'm proud of my use of Flexbox and the implementation of variable fonts in the design.
What challenges did you encounter, and how did you overcome them?The main challenge is to maintain the proportions and arrangement of the elements
What specific areas of your project would you like help with?Could I have used em as the font size unit?
@Usama-Hashmi-96your design is good just focus on some semantic tags for better code readability in initial stage of coding and don't use to many class in every element you can use element tag directly without giving class name to it like <p> , <h1>, other other similar tags
- @sa-run-o@Usama-Hashmi-96
your shadows is missing or use too light shadow
- @rakeshkdmb41@Usama-Hashmi-96
your design is good but your css code is to much for this specific design don't use classes in every div instead of element selector and also there is no need of using display flex in your main html body you should use it in your card container.