Showing posts with label first-child. Show all posts
Showing posts with label first-child. Show all posts

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;
        }

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...