Home css Important Css tricks

Important Css tricks

by therichpost
0 comments

Hello, welcome to therichpost.com. In this post, I will tell you Some Important Css tricks.
Css plays very important role in every site. Css is like decorating the site.

Here are some important css tricks:

1. Remove before from last li :-

ul li:not(:last-child):before{}

2. Add css to div has not containing class name “content” :-

div:not(.content) {color: red;}

There are so many css tricks and i will let you know all. Please do comment if you any query related to this post. Thank you. Therichpost.com

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.