Latest solutions
Interactive rating component usign basic stuff
Submitted 8 months agoI still take a lot of time to name things in HTML, sometimes I don't know if just naming things as paragraphs or buttons are the right way. In this project I used submit along with the display tag, where I hid one container and showed the other one. I don't know if this is an appropriate way to use the submit button.
Social Links Profile using "lists as buttons"
Submitted 12 months agoMy code is probably longer than needed and it could be more organized. Some tips would be gratifying. I also need some help with the @media. When I zoom in my "buttons" don't work properly, but I don't know how to fix it.
Blog Preview Card
Submitted 12 months agoI need to use better semantic tags and improve the way my website is displayed in mobile devices.
QR Code Challenge made by using transform, padding, margin...
Submitted about 1 year agoWhat is the best approach at this project? I think that my code is much bigger than needed and I don't know if guessing the size of the things is good for a project. What could I learn to get better and improve this code, for example?
Latest comments
- @Litheesh-kumarSubmitted 12 months ago@LeandroJr730Posted 12 months ago
Your project looks pretty good but you could have placed this div outside of the container:
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Litheesh kumar</a>. </div>```
0 - @HigorSASSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I would try to make HTML more semantic, and I would also try to use the media query property to make it mobile.
What challenges did you encounter, and how did you overcome them?My biggest challenge was in spacing and font sizes, I tried to keep it as close as possible to the original design.
What specific areas of your project would you like help with?I would like help with making the responsive part of the design and with the spacing and padding
@LeandroJr730Posted 12 months agoI like it. I think you should just add a way to display your website in mobile devices.
Marked as helpful1 - @OladelejnrSubmitted about 1 year ago@LeandroJr730Posted about 1 year ago
Where is the qr code? You can embed images in HTML like this: <img src="the-image.png">
0