Some feedback on my tribute page, pretty please

I need to get some words in bold, still trying to figure out how :sweat_smile:

Now that I’ve seen it here, it’s clear I have to start again :worried:

First off, I love what I’m hearing. If nothing else, your tribute has gotten these guys another fan. :thumbsup:

Second, move all of the CSS between your <style> tags to the CSS portion of CodePen, then delete the tags. You don’t have to do anything else to make it work, and it’s a good habit to get into. Otherwise, I think you’ve done really well here. I’m not sure about the use of that <iframe> at the bottom, though. Is that something you got directly from Soundcloud? [quote=“Emilianas, post:2, topic:42950, full:true”]
I need to get some words in bold, still trying to figure out how
[/quote]

Which part are you trying to bold?

1 Like

Thank you :blush:
Yes it is from soundcloud
https://soundcloud.com/pages/embed

The first word/words in the bulleted unordered list

If you’re looking to embed their album, try this code instead.

<iframe width="50%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/143728754&amp;color=ff5500&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false"></iframe>

You can change the width and height to suite you, but this code actually showed me their music instead of just the Soundcloud icon.

As for the words in the list, you’ll have to wrap each one in a <span> tag with a class, like bold-word or something. Then, add the CSS rule font-weight: bold to those spans.

1 Like

Thank you @PortableStick :bow:

Could you please have another look @PortableStick?

Awesome! Huge improvement!

1 Like

Thank you @PortableStick :bow: