My link to my stylesheet isnt working

I’m trying to make a website in HTML and I want to add a cool button I found online. I put the CSS code in a file called style.css and I tried to link it to my HTML file but to no avail.
Here is my GitHub repository : https://github.com/tinbolw/My-First-Website

You must have copy-pasted the CSS from some page because it has an EM SPACE character in front of the properties. Delete all the spaces and add new spaces.

There are also errors in the HTML. Run it through a validator

I would suggest getting VS Code to use as an editor. There are also some great extensions for it like Prettier for code formating.
https://www.youtube.com/results?search_query=vs+code+tutorial

1 Like

Thank you very much!