I'm trying to set the background with the fixed property but I can not do it.
My code:
.background-page {
Background: linear-gradient (to right bottom, # 2f3441 50%, # 212531 50%);
Position: fixed;
}
Obviously it is wrong, but I do not know how to solve it.
Regards, thank you.