1. MULTIPLE BORDERS
There are times when we want to style our containers with different borders and multiple borders. But when it comes to applying multiple borders in CSS, developers usually end up having way too much useless extra elements.

2. FLEXIBLE ELLIPSES
You must have face the issue while applying the border-radius to a square element with a large border radius that can turn into a circle. I have personally faced this problem a lot of times and here is a quick solution.

3. COLOR TINTING
A very known effect to give a visual unity to a group of photos, where the effects are applied statically and removed on hover or some other interaction. Most of the time developers create two different versions of the image and use some simple CSS which takes care of swapping them. This approach is not recommended as it adds up more bloat and extra HTTP requests.

Read more about: 3 CSS Features You Should Know

#css #web-development #programming #design

3 CSS Features You Should Know
1.30 GEEK