Ionut Oltean
@replayzorAll comments
- @SardlimadSubmitted 12 months ago
- @chardlargodizimoSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of adding animation to the components and functionality using JavaScript.
What challenges did you encounter, and how did you overcome them?I encountered a challenge when the SVG was inside the a tag in HTML. The height of the a tag is different from the dimensions of the SVG I wonder how this works. I overcome this by setting a display: flex on the a tag. I did this because the height of the a tag affects when aligning the flex children. See the HTML for reference.
HTML
Share ``` ### What specific areas of your project would you like help with? I need help how to align the SVG's when it is inside the *a* tag.
- @Jeam98Submitted about 1 year ago
- @Siddarth-abcsSubmitted over 1 year agoWhat are you most proud of, and what would you do differently next time?
am learn more about flex & understand
What challenges did you encounter, and how did you overcome them?div alignment
What specific areas of your project would you like help with?responsive
- @KauanArrudaMachado380Submitted about 1 year ago
- @andzz-zzSubmitted about 1 year agoWhat specific areas of your project would you like help with?
When hovering, how do you make the cursor color black? Any feedback to improve this project is highly appreciated
- @shameem-devSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I did it
What challenges did you encounter, and how did you overcome them?when I creating this project made some mistakes. I can't find result height issue and center issue. just googled my problems there get some ideas. but I am not happy that answer
What specific areas of your project would you like help with?aligning
@replayzorPosted about 1 year ago** Hello there. Good job on completing the challenge **
Try changing the background-color to Light gray: hsl(212, 45%, 89%)
Change this :
body{ background: var(--Grayish-blue); }
To this :body{ background: var(--Light-gray); }
0 - @EExodussSubmitted over 1 year ago@replayzorPosted over 1 year ago
Hey you forgot the hover effect to the h1 and for the box-shadow. Overall you did a grate job
1