Thomas-Ngo-1
@Thomas-Ngo-1All comments
- @danesp93Submitted 6 days ago@Thomas-Ngo-1Posted 6 days ago
Hi, this look very nice, in addition, you can add some shadow-box to some of the boxes :)
0 - @CasperTheChildSubmitted 8 days agoWhat are you most proud of, and what would you do differently next time?
I am proud of understanding how to optimize css files
What challenges did you encounter, and how did you overcome them?No problems
What specific areas of your project would you like help with?Can you look at my media queries in CSS and give some feedback on them?
@Thomas-Ngo-1Posted 8 days agoHi, your solution looks very nice, good job :) I would like to add 1 small feedback about the shadow box of each cards that you can spread the blur out a little bit. You can use the code below to check: box-shadow: 0px 10px 30px -20px grey;
Marked as helpful0 - @josenegrete123Submitted 28 days agoWhat are you most proud of, and what would you do differently next time?
Most proud of better using the media queries. Next time focus more on figuring out how to group HTML elements for desktop design.
What challenges did you encounter, and how did you overcome them?A challenge I encountered was figuring out the sizes of certain areas. Overcame this with use of
What specific areas of your project would you like help with?width:
in CSS.Any tips would be welcomed, but if I had to choose probably the
height:
in the@media
section and wondering if that's needed?@Thomas-Ngo-1Posted 28 days agoYour container looks very nice, if you can make it center of the page by adding the code below to the container it would be perfect:
justify-content: center; /* Center horizontally / align-items: center; / Center vertically */Marked as helpful0 - @CptnRedbeardSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I was able to make an example similar to the original but it didn't adjust correctly when the window was resized. I'd try to find a solution without watching a video next time.
What challenges did you encounter, and how did you overcome them?In my original file, when you resized the window everything would get squished because I was using percentages. I was able to follow along with a video explaining pixels, rem, and padding that helped out a lot.
What specific areas of your project would you like help with?How do you decide when to use pixels, rem, or percentages?
@Thomas-Ngo-1Posted about 1 month agoYour solution looks very nice, if you can adjust the Content to stay in the center it would be perfect. Cheers ^^.
0