Tribute to Sir Howard Florey - The Man Who Saved Millions

Hey folks

I’ve developed a tribute to Sir Howard Florey, the man who was the driving force for the development of penicillin.

Any feedback would be appreciated. Thanks.

Hey, it looks really nice.

But I don’t understand why you use jQuery to set styles? There is absolutely no need for javascript here. Instead of $(".text-primary").css("color", "black"); in your JS you can use .text-primary{ color: black; } in your CSS.

You will only need JS for styling if you want to do it dynamically (e.g. onclick).

Fair enough. I didn’t think too much about it. I’ve never learned jQuery before and thought it was really cool, so was excited to use it. So I did. :wink:

I’ll go back to CSS for the next one.

1 Like