I am a CSS newbie, I have a html table as given below\[code\]+-------------------------------+---------------------+|Text Sample | text |+-------------------------------+---------------------+|Text Sample Sample | text |+-------------------------------+---------------------+\[/code\]I want to change the alignment of Text1s as below :\[code\]+-------------------------------+---------------------+| Text Sample | text |+-------------------------------+---------------------+| Text1 Sample Sample | text |+-------------------------------+---------------------+\[/code\]How this be done using CSS?