Latest solutions
Time Tracking Test
Submitted 5 months agoConnecting JSON file with JS especially with connecting them with the buttons as I was really confused on how I can implement it. Also how to style JSON words as a group and not individually.
Newsletter Signup Page
Submitted 7 months agoIs this how you handle media query and how to adjust it for mobile devices? any better ways to code my "Valid email required" with just basic js,css?
Article Test
Submitted 10 months agoHow can I improve on the JS side of the project and is the way that I implemented it decent?
Recipe-Page-Test
Submitted 10 months agoWill you have to do media queries on all projects so that they fit on phones? I just wanted to finish my project and didn't have the desire to make it compatible on mobile devices.
How do you center a form/div? simple way?
It says that I do not have html lang="en" but I do? Also that I don't have landmarks on my article but I do?
Social Links Profile
Submitted 11 months agoDid I use the buttons and anchor properly? or is it the other way around? Is implementing the font the way that I did decent or is there a better and simpler way?
Blog Preview Card Test
Submitted 11 months agoShould I be using media Query? Would px or rem be a better alternative than em when using it on imgs? While I understand that I should have use flexbox to make my project go in the center of the screen, I simply reused my past project code and alternate some things to finish faster.
Latest 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 10 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