
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I think I did a good job. I'm happy with how I handled the css and jquery
What challenges did you encounter, and how did you overcome them?I had initial difficulty using javascript at first. I overcame the obstacle via jquery
What specific areas of your project would you like help with?I would like to get better at using jquery and using some css properties like position and display
Community feedback
- @LincolnBollschweilerPosted 3 months ago
Hi @Cesare94, good work on this one. Glad you are learning JavaScript and jQuery. JS is definitely my happy place when it comes to coding languages.
A couple things:
- FEM usually suggest we center the content on the page. You can get this with body: { display: grid; place-content: center; height: 100vh; }
- you could probably reduce font-size of your top <p> or header a little and lighten the font-weight a little too
- if you set the Share button to { position: relative } and then nest the FB, X, and Pinterest links (in the html) inside the Share Button container. Give the nested container { position: absolute }. This way when you use top/right/bottom/left movements they will be based on the Share Button container's starting position.
- Looks like you did not submit a mobile version. I'd be willing to take a look if you want to ping me when that is complete.
Happy coding! --Lincoln
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord