Latest solutions
Social links profile Frontend Mentor
Submitted 3 months agoI wanted to know if semantics matter more than simplicity, I could have added more classes, instead of applying attributes directly to the body in the CSS
Latest comments
- P@dionysia-lemonakiSubmitted 3 months ago
- @HenryyDevSubmitted 3 months ago@Lucasmro10Posted 3 months ago<h2>Preparation time</h2> should be inside the corresponding <ul>, and maybe change to h3
I also tried using justify-content: space-between; on the table and I broke my head about it, but I managed to solve it like this
td:first-child { text-align: left; }
td:last-child { /* text-align: center; */ color: var(--Brown-800); }
ignore the comment on td:last-child, I just left it for a test
0 - @teeogcodeSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
This took way less time than any of the other solutions.
I do not know if there is much to do differently. Maybe there was no need for a media query, but I like to see the edges on smaller screens, so I reduced the size of the container for smaller screens
What challenges did you encounter, and how did you overcome them?Trying to decide between using buttons or anchor tags for the social links. But then settled on using both because I figure they are supposed to link, are they not?
Also, the dimensioning of the container. I initially had two containers in the body so I would not use the body to center the container but then it became hard to manipulate the dimensions of the container
What specific areas of your project would you like help with?Any area anyone thinks can be improved. Feel free!
- @KeyACSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Need to work on the 'responsive' bit.
@Lucasmro10Posted 3 months agoa bit simple but effective, try version updates with improvements to master the fundamentals
0 - @GbemuDelaliSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud about being able to develop and use CSS foundational concepts without any external help. Next time i will use CSS flexbox to design the responsiveness of the project.
What challenges did you encounter, and how did you overcome them?With this project I did not really encounter any difficulty. I just have to think through and use the best code for the project.
What specific areas of your project would you like help with?Currently I would like to learn how to use CSS grid for positioning elements.
@Lucasmro10Posted 12 months agovou refaze-lo algumas vezes até sentir que aprendi
Marked as helpful0