I want to add a big button that is positioned absolute over other content, but no matter where I put my CSS (even if I load my own stylesheet) it won't accept my code. In the page source I can see the CSS loaded, but it won't apply on my HTML. When I use inline CSS in the HTML element it does work, but with this I can't create hover states for the button.
All code has been checked thrice and no errors are made, something is jamming my own CSS.