What do these two lines of code mean?

background-image: linear-gradient (- sharp42a5f5,-sharp42a5f5), linear-gradient (rgba (165 background-position: center bottom,center calc 181

. 5), rgba (165 < 1px. 5));
100%-1px).

Css
Mar.06,2021

the first is the background gradient. You should be able to understand the color assignment.

the second one is positioning, isn't it? Calc is a computational method that adapts itself.

clipboard.png


the first is the gradient, and the
the second is the position of the background image

Menu