CSS Grid is a fantastic new feature in CSS supported by all modern browsers (partial support in IE at the time of writing this) since March of this year. Creating a grid is now as simple as declaring display property of the parent container element as grid. The number of columns can be set in […]
CSS
How to add icons to left of widget titles in WordPress
Prerequisite: Follow steps 1, 2 and 3 in my previous post. In my previous article I showed how Elegant font icons can be inserted in HTML. They can also be inserted before or after an element using CSS. For example, below is the CSS to display the gift icon to the left of widget title: […]
Recent Comments