Latest solutions
Blog Preview Card
Submitted 8 months agoThe responsiveness on mobile and desktop devices. I still do not understand the concept of media queries yet.
Latest comments
- @AhmedElbassuonySubmitted 3 months ago@aelenehPosted 3 months ago
Great Job Ahmed! You could ensure the use of semnatics in your HTML
0 - @HBhsjssjsjsjdj3658Submitted 4 months ago
- P@DetDet91Submitted 4 months agoWhat challenges did you encounter, and how did you overcome them?
I couldn't get my perfume image to change sizes while going from desktop to mobile size. And when I could get it to change sizes, it would not stack right. I finally had to change my HTML coding and add more individual instead of trying to lump everything together. Which made it easier to code what I needed in CSS
What specific areas of your project would you like help with?I'm becoming frustrated with my inability to remember certain things, like padding, margin, or basic information. I have to look back at old projects to use as a skeleton for new projects. Most of the time, I have to look up padding examples, or if I become too frustrated, I ask ChatGPT.
@aelenehPosted 4 months agoGreat Job Destiny! 👍
You could either remove the attribution or style it as a footer at the bottom of the page, this would help center the main content properly.
1 - @MARYAMTEESubmitted 4 months ago
- @LorenzBisSubmitted 5 months ago@aelenehPosted 5 months ago
Great job LorenzBis!
Going forward you could try the use of semantic HTML.
0 - @tobytietphotoSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I implemented things I learned from the first newbie challenge. I made sure that the viewport was fully utilized by making sure the height was set. I had no problem altering the background color and text color. I was proud that I was able to figure out how to manipulate the image size and especially the small author image with a little bit of googling. I know that researching a problem and utilizing the solution is part of becoming a self-efficient developer.
What challenges did you encounter, and how did you overcome them?I had some difficulty figuring out the card size which took a little more time. I kept comparing the sample images which I don't think I may have set it correctly anyways.
Figuring out if the element I was trying to manipulate was a challenge. I made a border from CSS to see if the particular element was even being correctly targeted. It definitely helped.
What specific areas of your project would you like help with?Please let me know if there are better HTML element to use for the dates and anything particular that was off on my work.
@aelenehPosted 8 months agoWell done Toby!
I recommend the use of html semantics and a uniform unit of measurement in css, such as "rem" all through your code for further responsiveness.
Overall good job 👏
0