bootstrap modal title center

To center the title of a Bootstrap modal, you can use the following CSS:

.modal-title {
  text-align: center;
}