Latest solutions
Latest comments
- @flexer89@Nene16
About your repository, I had the same problem. I solved the issue changing alt="" with title="".
Marked as helpful - @Snigdha-162000@Nene16
For make a edge curve, you can add border-radio to your .center (style sheet).
- @yusufdimari@Nene16
For your image, instead of using background-image linear-gradient, try [mix-blend-mode: multiply] (https://www.w3schools.com/cssref/pr_mix-blend-mode.asp) , with some opacity.
In this way, you don't have to convert hls to rgba.