I am new on wordpress. I am admin in a wordpress site and I don't have access to the theme.
I want to create a new blog page where I include a new css code. I tried to add on the text editor:
<style>
my css code
</style>
<div>
.....my html part...
</div>
But it didn't work. I can see the html part without the extra css. Is there any way to do it?
Edit: I can't use inline style, since I want to include :hover in my css