Ionut Oltean
@replayzorAll comments
- @SardlimadSubmitted 7 months ago
- @chardlargodizimoSubmitted 7 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 8 months ago
- @Siddarth-abcsSubmitted about 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
- @noctwoSubmitted 8 months agoWhat challenges did you encounter, and how did you overcome them?
Did not plan ahead for responsive design and hat to put the image and text into seperate divs later. Otherwise the image at the top would have had paddings in the mobile design.
- @KauanArrudaMachado380Submitted 8 months ago
- @andzz-zzSubmitted 8 months 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 9 months 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 8 months 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 11 months ago
Hello guys, After some exercises, i decided to move to something easier to learn better the fundamentals of css.
This is my shot to this one.
@replayzorPosted 11 months agoHey you forgot the hover effect to the h1 and for the box-shadow. Overall you did a grate job
1