Latest comments
- @Ahmed1shihabSubmitted 12 months ago@brane10Posted 12 months ago
Hello. You have a small problem with responsiveness. Check out landscape mode for mobile devices. A small part of the content is invisible. Nice greetings :)
1 - @aggie-lSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of being able to consistently working on Frontend Mentor projects at least for an hour every day.
What challenges did you encounter, and how did you overcome them?N/A
What specific areas of your project would you like help with?Any feedback is welcome and appreciated :)
@brane10Posted 12 months agoHello. You have a small problem with responsiveness. Check out landscape mode for mobile devices. A small part of the content is invisible. Nice greetings :)
Marked as helpful0 - @manuelcardoso5005Submitted 12 months ago@brane10Posted 12 months ago
Hello. You have a small problem with responsiveness. Check out landscape mode for mobile devices. A small part of the content is invisible. Nice greetings :)
Marked as helpful0 - @TanguturipavanSubmitted 12 months ago@brane10Posted 12 months ago
Hey, a little observation. Your items are not vertically aligned very well, maybe you should use a tag instead of div? It is also not necessary to define the height, it was easier for you to just put the padding up and down and you would create the necessary height and then it would be nicely centered. For example, here's how I did it: .container a { color: var(--neutral-white); background-color: var(--neutral-grey); padding: 15px 0; border-radius: 10px; text-decoration: none; width: 30 rem; text-align: center; } All the best and keep going :)
0 - @brane10Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
@brane10Posted 12 months agoThanks for the observation. I will apply your suggestions. :)
2 - @QodemiSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
Its just an html/css project.
What challenges did you encounter, and how did you overcome them?No challenges encountered tho.
What specific areas of your project would you like help with?No difficulty
@brane10Posted 12 months agoHey. Check for mobile phone landscape mode, everything gets messed up. Also in css it is not a good practice to use !important so try to avoid it. If the property did not apply without it, there is a reason somewhere, so debug your code and find the problem. I would also recommend that you define the font-size in percentages in the html and that you use rem instead of px everywhere in the rest of the project. That way your project will be more responsive and you won't have to write a media query or very little. Best regards :)
0