Tag: CSS
-
How to use the 960 CSS Grid Framework
My first piece of advice before using any kind of framework is that become strong in your basics, learn to do it from scratch, build it from hand and then use frameworks for cutting development times. They are by no means to be use when you are new to the discipline. Today, I am going…
-
How to highlight first post in bbPress
bbPress 1.0 made it super easy to highlight or style the first post of a topic by adding a DIV ID to it. Now bbPress will automatically wrap the post in a DIV names as per its position in the topic (<div id=”position-X”>). Now if we want to style the first post differently we would…