labrocadabro / communitytaught

MIT License
78 stars 31 forks source link

Issue-50-lesson-card-YT-logo #52

Open ob-codes opened 7 months ago

ob-codes commented 7 months ago

closes #50

added youtube logo with default color. Had to add two classes for better bottom and right position.

ob-codes commented 7 months ago

Thank you, Laura. I haven't worked with Tailwind yet and learning new things. I get your point. I've updated it as an inline element and now onto removing the underline from icon hover.

Will get back to you!

ob-codes commented 7 months ago

Do you think if this icon size is okay?

image

labrocadabro commented 7 months ago

Looks good to me. :)

ob-codes commented 7 months ago

derline the text but not the icon.

With inline styling, I am unable to remove the underline on hover from YouTube icon so far. I can think of the following approaches: a. add new class with text-decoration: none b. create two different elements for text and icon and style them accordingly c. try inline-block for icon (but not sure if it will work)

Do you think of any better way?