Part of css code not showing in browser

**Question:**practicing buttons in sublime for mac . i made three buttons in CSS first two are showing good in the browser view but the third button while showing does not show colours or other commands. the code seems correct. Can any one advise, thanks.

oh hey got it! what a clunk, missed a “t” out of button
some times you just see for looking!
Thanks you all

.subscribe-button { background-color:red; color :white; border:none; height:35px; border-radius:2px; cursor:pointer; } .join-button { background-color:white; border-color:rgb(46, 46, 217); border-style:solid; border-width:1px; color:rgb(46,46,217); height:35px; width:60px; cursor:pointer; } .click-buton { background-color:blue; color:white; border:none; height:36px; width:70px; border-radius:18px; font-weight:bold; font-size:15px; cursor:pointer; }

SUBSCRIBE
JOIN
Click

Repl link:

Hey, @bilandtam welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

Hello @bilandtam, welcome to Replit Ask!

It seems that the link you posted is a local file, so it is only on your computer. Like @python660 said, please share the public link of it. (It should have “replit.com” in it.

If it isn’t a repl, we’d be free to help, but we would need you to post the code to it. Type 3 backticks (```) to begin your code, and another 3 to end your code.

Regards,
@esb678

2 Likes