I'm seeking center justification for the first and second columns of each row. The syntax I'm using is incorrect. Can someone please lend a hand?
A.Code:table.praises-be td { border-style: solid; border-width: 1px; border-color: #848482; margin: auto; nth-child: {text-align: center;}; nth-child(2): {text-align: center;}; }
Bookmarks