Set width on div

The more professional way to do this would be to edit the css so that you have. By editing the css this will help keep your code and styling more consistent while you develop.

.text_box {
  width: 495px;
  text-align: center;
  margin-top: 62px;
  margin-bottom: 200px;
}

Leave a Comment