Latest solutions
Order summary component
Submitted 6 months agoAny suggestions and feedback are welcomed. Whether a compliment or a criticism are all welcome.
Product preview card component
Submitted 6 months agoAny suggestions and criticism are welcome since I learn from them
NFT preview card component
Submitted 7 months agoI would appreciate it if someone was able to show me how to use the hover overlay effect. Also, I tried to make it responsive by adding some media queries, but no matter what i do, it does not work. So I have commented on it in my CSS file. Please help me with that one. Thank you
mobile-first Recipe page
Submitted 7 months agoI would like if someone is able to check if my work is responsive and explain to me why my work appeared different on my desktop from what I used
Latest comments
- @justXeeZSubmitted 6 months ago
- @RichardTagoeSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I an really proud of how I went about the work even though it took a longer time. I learnt some new stuff and found the use of other function. The most part i am proud of is making it responsive.
What challenges did you encounter, and how did you overcome them?The challenge I encountered was how to make the image and text display side by side. I watch some Youtube videos and saw how to use the flexbox and grid to conquer this challenge
What specific areas of your project would you like help with?Any suggestions and criticism are welcome since I learn from them
@RichardTagoePosted 6 months agoThank you very much, Adriano Escarabote. It was very helpful.
0 - @JoseAlfonzo92Submitted 8 months ago
- @RichardTagoeSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
This time I was able to make my webpage a little more responsive. I was also able to learn how to use Dev tools to help you make your webpage more responsible. Next time i will try to make my CSS code a little more consice.
What challenges did you encounter, and how did you overcome them?When I finished the work, I found out that my work when displayed on my own laptop was very different from what I was anticipating because I didn't use my screen but rather the chrome dev tools through out the work. i don't know if what I did is correct, though.
What specific areas of your project would you like help with?I would like if someone is able to check if my work is responsive and explain to me why my work appeared different on my desktop from what I used
@RichardTagoePosted 7 months agoPlease I wanted to ask a question. You see, when taking a challenge, you are given three designs. are we to choose any of them to design, or when we design them, they are supposed to look like the three modes i.e desktop, mobile and active mode?
0 - @Hossein-H-ISubmitted 7 months ago@RichardTagoePosted 7 months ago
what does part of your code mean :root { --White: hsl(0, 0%, 100%);
--Stone-100: hsl(30, 54%, 90%); --Stone-150: hsl(30, 18%, 87%); --Stone-600: hsl(30, 10%, 34%); --Stone-900: hsl(24, 5%, 18%);
--Brown-800: hsl(14, 45%, 36%);
--Rose-800: hsl(332, 51%, 32%); --Rose-50: hsl(330, 100%, 98%);
}
@font-face { font-family: 'Young Serif'; src: url(./assets/fonts/young-serif/YoungSerif-Regular.ttf); } @font-face { font-family: 'Outfit'; src: url(assets/fonts/outfit/Outfit-VariableFont_wght.ttf); } @font-face { font-family: 'OutfitBold'; src: url(./assets/fonts/outfit/static/Outfit-Regular.ttf); } @font face
0 - @Israel-O-JohnSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
Learning and applying grid for the first time to my code
What challenges did you encounter, and how did you overcome them?Group styling in css
What specific areas of your project would you like help with?Want to better myself. Kindly let me know the area I could've done better or differently.