I defined some css,such as the below:
.redroundedRectangle p{
margin: 0px auto;
padding: 5px;
text-align:center;
font-size: 27px;
font-weight:bold;
letter-spacing:8px;
color:#FFFFFF;
}
But it doesn't work in the ionicframework totally. Who may tell me how to make it work? Thanks!