Latest comments
- @ImFropZ@PARKO001
background-color: hsla(0, 100%, 50%, 0.5); --->this will work
[ 1. you have to add "a" at the end of "hsl" to make it "hsla".
2. add comma(,) and 0.5 inside the main hsl bracket at the extreme right]
background-color: hsla(0, 100%, 50%, 0.5); --->this will work
[ 1. you have to add "a" at the end of "hsl" to make it "hsla".
2. add comma(,) and 0.5 inside the main hsl bracket at the extreme right]