TGF
@thecodefanAll comments
- @diegaolindoSubmitted 11 days ago@thecodefanPosted 4 days ago
I like the usage of a different currency! though the image i think is a bit too large, and a bit of rounded corners with border-radius wouldn't hurt
Marked as helpful1 - @Chowder300Submitted 5 days agoWhat specific areas of your project would you like help with?
I have a hard time centering the whole container, I already used display block margin auto, and display flex, justify and align but still does not work. I just used margin on the container to center it but it feels wrong
@thecodefanPosted 4 days agohey there, i use this code usually to center an element, use this on the container div position: absolute; width:100%; height:100%; display:flex; justify-content: center; align-items: center;
1 - @thecodefanSubmitted 4 days agoWhat are you most proud of, and what would you do differently next time?
My more optimal usage of CSS, alongside using media query which was a first for me.
What challenges did you encounter, and how did you overcome them?Media query was the hardest part, i had to fit everything on a smaller screen
What specific areas of your project would you like help with?I think my media query usage was lacking here, it got the job done; but it could've been far better.
@thecodefanPosted 4 days agoBy the way, for some reason in the screenshot the bottom part is messed up, this isn't the case on the live website, both on mobile and desktop.
0 - @badukucukSubmitted 7 days ago
- @AidenT11Submitted 7 days agoWhat are you most proud of, and what would you do differently next time?
I liked that I planned the page before staring work. I thought about how the page was structured and what css will likely be used. Next time I will try to get a better understanding of grid layouts so I don't have to add as much manual movements to elements.
What challenges did you encounter, and how did you overcome them?When starting, I could not make grid layout work the way I wanted to but after researching grid and other methods such as margin top I was able to place elements at the correct places.
What specific areas of your project would you like help with?I would like people to explain what improvements can be made to my approach of layouts as I know my consistent use of margin top is bad.
@thecodefanPosted 5 days agoIt's really interesting that you used grid for this, it looks good!
0 - @gowthamjk08Submitted 15 days ago
- @R04R1NGSubmitted 7 days agoWhat are you most proud of, and what would you do differently next time?
As a beginner, I created several divs and CSS selectors on my first attempt. I realized that this approach was inefficient, so I decided to read and watch tutorials on HTML and CSS. On my second attempt, I managed to reduce the number of lines by grouping elements more efficiently.
What challenges did you encounter, and how did you overcome them?I am not yet familiar with CSS variables, so I ended up going back and forth with the style guide to ensure accuracy and achieve a pixel-perfect design. If I had used CSS variables, it would probably have sped up the process. I’ll make sure to implement CSS variables in my future projects.
What specific areas of your project would you like help with?So far, I have not encountered any major issues in this project. However, with my limited knowledge, this path feels a bit unclear, and I’m not sure what questions to ask yet. I’ll continue to explore and learn so that I can seek feedback and guidance on specific areas in future projects.
@thecodefanPosted 7 days agoThis design looks solid! i also had problems with using too many divs, and my positions were inefficient at best, though they got the job done, hopefully i can fix it up like you have in the future.
1