Latest solutions
Social media links page
Submitted 3 months agoIf there is any other way that i could have used Jscript to make my buttons to work and take you to the links then I would appreciate it.
Blog-Preview
Submitted 3 months agoMore tips and tricks on how to get styling to be better, that is the part that i take most time on and somehow it will delay me.
HTML, CSS
Submitted 3 months agoHow could I have improved my code structure and how to adjust to changing screen sizes and devices.
Latest comments
- P@CodexLoop@Moose05
Your project is as close as it can be to the sample picture and the code easy to understand, well done brother.
- @Odavid66@Moose05
I really don't have a lot to say as your solution is as close to the challenge as it can ever. Well done
Marked as helpful - @bishoDev123What are you most proud of, and what would you do differently next time?
First off, I broke everything down from top to bottom and left to right. I came up with the best solution of using a flexbox and setting the flex-direction attribute to column. I used microsoft powertoys (since I'm on windows) to pick the colors of the image. I set the text to header 2 and paragraph for easy debugging.
I planned to do this using tailwind since I'm first and foremost a backend developer, but you can't just skip css so I went down to the basics!
What challenges did you encounter, and how did you overcome them?My biggest issue was having wide sides in the container that were on the sides of the qr code image, after doing some research, I found out that this issue could be solved by setting a max-width attribute.
What specific areas of your project would you like help with?How do I integrate things like @media modifiers to make this a little more responsive?
@Moose05Honestly I could learn a lot from you, your code is well written and easily understandable. I will be reaching out to you if you do not mind.