Latest solutions
Latest comments
- @flexer89Submitted almost 4 years ago@Nene16Posted almost 4 years ago
About your repository, I had the same problem. I solved the issue changing alt="" with title="".
Marked as helpful1 - @Snigdha-162000Submitted almost 4 years ago@Nene16Posted almost 4 years ago
For make a edge curve, you can add border-radio to your .center (style sheet).
1 - @yusufdimariSubmitted almost 4 years ago@Nene16Posted almost 4 years ago
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.
0