
Diane J. answered 04/06/19
Tutor
4.8
(5)
Experienced Tutor specializing in HTML and CSS coding
Try setting the following styles on your div:
max-width:300px; /* or width:300px; */
margin:0 auto;
This should center it within its parent.