Tuesday, March 10, 2015

CSS to center aling text of last and first TD of all rows in a table

        tr>td:last-child {                       
            text-align: center;
        }
       
        tr>td:first-child {                       
            text-align: center;
        }

No comments:

Post a Comment

Scrum and Scrum master

Scrum  Scrum is a framework which helps a team to work together.  It is like a rugby team (the scrum name comes from rugby game). Scrum enco...