Answers for "ionic header button and text center"

1

ionic 5 center title with back button

ion-button {
	z-index: 100;
}

ion-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
Posted by: Guest on March-04-2020

Browse Popular Code Answers by Language