I've got a question. How do I invert the logo image color to white?
Nasim Reja
@nasim67rejaAll comments
- @pyaetheiNSubmitted over 2 years ago
- @nasim67rejaSubmitted over 2 years ago
Working with svg background was so tough for me.Please give me suggestion how can I improve my svg background on the hero section. All feedback will be appreciate
@nasim67rejaPosted over 2 years agoI watched your solution. I really liked that. But I still think that your background svg's responsiveness could be better
0 - @karishma-devSubmitted over 2 years ago
Hey Guys, I just finished the Bookmark Landing Challenge. I would like you all to see it and let me know how I can improve it. Let me know my mistakes. Thank you!.
@nasim67rejaPosted over 2 years agouse
box-shadow: inset 0 0 0 3px color
in all button element insted of border on hover state. Then your page didn't jump on hover state. Then add transition.Then addcursor:pointer;
on the tab button.Then you can improve your footer logo.work with inline svg. you can check this playlist. Then the header width will be 100%Marked as helpful0 - @kazetitaSubmitted over 2 years ago
Any suggestions and feedback is highly appreciated. Thank you.
@nasim67rejaPosted over 2 years agoGreat work. but your top link element is not working you should check this
Marked as helpful1 - @karthik2265Submitted almost 3 years ago
How to change the color of SVG, when hovered? I set the background image as SVG to a div and tried changing the fill and color in CSS, it didn't work.
Thank you
@nasim67rejaPosted almost 3 years agofill will only work for inline svg. Use inline svg for more control.By using img tag or background you won't be able to change the color by fill property. Check this playlist
Marked as helpful1