Category: CSS
Some tips to optimize your website and increase your PageSpeed Insight score. remove background to speed up loading inline js and css. (put js before the /body tag) Maximum …
If you have noticed, now this page, the first letter is made big for all articles. To enable this, you can use the CSS tricks first-letter and first-child selector: …
Programmers don’t like GUI (Graphic User Interface) Design. Therefore, the CSS (Cascade Style Sheet) is not their thing. I always knew that there are viewing problems on smart phones/devices …
Page loading speed is very important as it has large impacts on the user experiences. It also affects the SEO scores as search engines favor faster websites. The CSS …
Javascript is not always a best option for some simple tasks that can be done via pure HTML or CSS. Javascript has platform issues i.e. different browsers might have …