
Alejandro Rodriguez
@AlejandroTypesAll comments
- P@2XG-DEVSubmitted 5 months ago
- @KingoruovieSubmitted about 1 year ago
- @AinaKhanDurraniSubmitted 10 months ago@AlejandroTypesPosted 10 months ago
You did great! Missed the little shadow around the Edges other than that it seems good!
Marked as helpful0 - @surpoxiaSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I think I came pretty close. Once again the MockUp did not give any detailed measurements, so I had to eyeball it. The distance between the bullet pointsand the list items should be larger, but I did not realize this until now. The same goes for the size of the bullet points themselves. Maybe I will take care of it later.
What challenges did you encounter, and how did you overcome them?I think my code is pretty cluttered. I used a few too many classes and probably could have done a more effecient job with them in my CSS. Well, I am still learning. Maybe I will clean it up a bit later on.
What specific areas of your project would you like help with?Whatever else you do notice.
@AlejandroTypesPosted 11 months agoYou did good, better than me, maybe just your words look very bold, consider using span?
0 - @ralrafie96Submitted 12 months agoWhat are you most proud of, and what would you do differently next time?
How quick I was able to put the result together, and utilizing newfound knowledge of importing fonts locally
What challenges did you encounter, and how did you overcome them?No real challenges when developing this challenge
What specific areas of your project would you like help with?None for now, still working on identifying responsiveness of applications without media queries
@AlejandroTypesPosted 11 months agoYou did amazingly good on this project! I also have some difficulties with getting the height and width to match the one on the assignment as well lol. Keep it up!
0 - @irene-panisSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
i think i was better at following good html/css practices this time around
What challenges did you encounter, and how did you overcome them?i noticed that the spacing between the elements wasn't quite exact on my end, especially for the author div, but i used padding-top to fix this a little bit
What specific areas of your project would you like help with?author div spacing, scaling font-size down for mobile (my guess was min or clamp?), and for some reason i kept getting a scrollbar on my page
@AlejandroTypesPosted 11 months agoConsider using margin instead of padding for outer spacing, as padding is recommended for inner spacing. Ex. margin for the space outside a box, padding for inside of a box For spacing between elements also consider using em or rem instead of px depending on the element so you have more flexibility.
Marked as helpful0 - @Fufs2Submitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of do it on myself
What challenges did you encounter, and how did you overcome them?The height of the content!
What specific areas of your project would you like help with?The height of the content! Even putting in 50% the content div doesn't change =/
@AlejandroTypesPosted 11 months agoI suggest not putting <img> <h1> and <p> into a single div, as you will not have flexibility on each of their respective elements. Besides they will be already within the container to contain them. That way you can make each element bigger or smaller to your needs without severely effecting the other elements!
0