Need help adding custom css to background

Hi, so I would like to add this custom css to a container so it would have this background
.gradient_13 {
background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F4F4F4 100%), #F2F2F2;
background-blend-mode: multiply, normal;
}
.
I can’t seem to figure out how to do this. I have added this code to the custom code section and changed my container’s name to gradiant_13 just to see if it would work but so far nothing has happened. Is this even possible in webflow? Thanks for your help.


Before body (or as embed code) - add this:

<style>
.gradient_13 {
background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #F4F4F4 100%), #F2F2F2;
background-blend-mode: multiply, normal;
}
</style>

Add height/width or content inside your div for testing.

In general no need for custom code for gradients background:

Add any colors you want by webflow designer. And only add custom code for:
background-blend-mode

background-blend-mode - Related wishlist idea:
https://wishlist.webflow.com/ideas/WEBFLOW-I-1290

Sir I wish you good fortune as you are a gentlemen and a scholar. In other words, thank you very much.