topic
Entries
- tech / 2013
How to add no-cache for CSS ↗
There are many possible way to add no cache to a CSS. Before seeing the method I want to tell you why we need to write no cache to CSS. When there is an updated in CSS then you find the the right…
- tech / 2012
Add content using CSS ↗
I recently faced a problem in a website, where I have to add a separtor after each li ends. And the speartor should not come for last li I learned this can be achieved through CSS. Let us say out…