How to add custom CSS to your project?

I read you can add css as you’d like, but can’t find how to do it. I only see basic css attributes to edit, like color and font style. How can I add pure css in the visual studio to apply to an element (in case it matters, I need to add before and after pseudos to create an on hover effect to some images)? Thank you

Hi @tricky_hoverfly! You can find the CSS Embed in the Add menu, and then you can write CSS in the Project Settings tab - for example, you can add new CSS classes and use these classes in the className HTML attribute of the elements that need those styles

image.png