@raeon wrote:
I'm working with Ionic framework, and I need to have a footer with
background color red and with a text align in the center. The footer
need to have a behaviour like a button; The footer is should be like a
Button where in the center there is the text 'REGISTER':I try this code:
IONIC HTML:
Some content!
REGISTER
CSS:
.myColor{
color:red
}.button{
color:white;
text-align:center;
}But, it doesn't work. i don't know;
Some of you have some good advice:Thanks!
Posts: 1
Participants: 1