HTML & CSS : How do I change names and job titles to be under the pictures

Remove Inline code from p tag i.e

p
{
float: left;
padding-left: 2%;
width: 60%;
}

and remove float:left from img tag

Leave a Comment