How to transform an element angle and add linear gradient without writing custom css

I was trying to make a rectangle which is -135deg rotated and has linear gradient should be added to look like the screen shared in attachment.

Is it possible to give the styling for transform and linear gradient in bubble.io tools without adding any custom HTML element targeting id and giving css values in Style attribute.

Afaik, this is possible with custom HTML + CSS
There are no native options available in Bubble to implement this

1 Like

Thank you for the response.