I'm trying to use CSS to style my submit buttons and getting some progress. Been reading online here and I understand there is additional control and given this will be a public site - I gather I may be restricted.
This was what I wanted
- Increase the size of the submit button (height and width)
- Wanted a min width so I could easily align the buttons
- Text center aligned in the buttons
- Font color and background
Probally should use a standard units convention but this is what I have so far
Use font-size, not font size
I'm not sure about min-width, use width, it'll have the effect you want ... if text is bigger that the button the button will get bigger
Bookmarks