@viraj308Submitted about 2 years ago
I am currently avoiding accessibility features..Was there any optimal way of writing the same code? @correlucas Any tricks or special sauce suggestions?
I am currently avoiding accessibility features..Was there any optimal way of writing the same code? @correlucas Any tricks or special sauce suggestions?
Hi Viraj Chavan... Great Work... To achieve the same transparency effect in the illustration try:
mix-blend-mode: multiply;
and opacity: 0.8;
in the img
element...
I hope it helps you in something... Once again great work and happy coding... ✔
This is my first challenge. My first time doing responsive components. Don't be rude haha.
What should I improve?
Hi Andres and well done... Try to use Flexbox on the right column with justify-content: space between;.... You will get the desired gaps between each text...
Once again, good work...