Latest solutions
Blog preview Card
Submitted 4 months agoI am still learning to write better code. This area would help a lot
Responsive QR Code Component using flex css
#pure-cssSubmitted 4 months agofor noww i would like to know how to write better CSS code
Latest comments
- @JLjerelongoSubmitted 4 months ago@bwire40Posted 3 months ago
Check the design for detailed styling, like the border-radius could be a bit more like the one on design. Good work though.
Marked as helpful0 - P@ImposterCodeVaultSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I'm happier with the responsiveness of the layout than my last solution.
Next time I would use media queries the other way around -> mobile first. It didn't really matter in this case but from what I have read it is better practice to design and build for mobile first.
What challenges did you encounter, and how did you overcome them?-
I couldn't quite get the transition to work on the buttons the way I wanted it too. In the challenge solution, the transition appears to restart on the buttons if you quickly move your mouse onto and off them. I couldn't quite get this working in mine. My transition timing appears to be about right on hover, but the behaviour doesn't match the challenge solution perfectly.
-
I also had issues with margin on my p tags, I ended up setting the margin for all p tags to be 0 by default. Is this considered bad practice?
Happy for any feedback. Help with the transition problem I talked about in the problem section would be appreciated.
-
- @martymar-beepSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am very proud that I was able to finish this challenge in one day and it looks pretty good. I had to look back at some code from some of my different projects to refresh my memory but that's how I reinforce my learning I guess.
I'm not sure I would do anything differently. I took my time and learned along the way.
What challenges did you encounter, and how did you overcome them?The biggest challenge I am having right now is trying to understand the parts of a webpage. What I mean is that I understand there is a background which encompasses the whole page, and then there is the design that we create. My problem is I thought the design that we are creating is considered the "container," but I realized this time around that we need to create the design INSIDE a container. I have a difficult time with that concept. I overcame this challenge and any other challenges I experienced by researching and also watching videos that helped clarify different concepts for me.
What specific areas of your project would you like help with?I would really love someone to explain why we need to create our design INSIDE a container rather than the design BEING the container. I'm very confused about that and feel that if I understood it then I would be able to understand and visualize the process, rather than wondering why I am doing what I'm doing. There is ALOT I understand, but there is no doubt I need to understand that in order to be successful at web design. Does this make sense?
- @bwire40Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of successfully bringing my ideas to life using CSS and HTML. This project allowed me to demonstrate creativity and a deeper understanding of web design principles. I especially enjoyed experimenting with layouts, colors, and animations to create an engaging user experience.
What I Would Do Differently Next Time Next time, I would focus more on planning and structuring my code to make it more organized and reusable. I’d consider using CSS preprocessors like SASS for better styling management and include responsive design principles to ensure the project looks great on all devices. Additionally, I’d seek feedback earlier in the process to refine the design iteratively.
What challenges did you encounter, and how did you overcome them?I did not encounter any problems during this challenge
What specific areas of your project would you like help with?for noww i would like to know how to write better CSS code
@bwire40Posted 4 months agoThank you very much for this. Looking to add these to the next project
0 - P@rkeppler42Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
It is the second time that I am doing this project. Trying to improve it from the ground up.
What challenges did you encounter, and how did you overcome them?I still get confused by BEM, trying to research about it
What specific areas of your project would you like help with?BEM
@bwire40Posted 4 months agoThe design is good. The improvement is noted
Marked as helpful1