Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net CSS button style borderless with maroon forecolor

Hi
What code do I use for this button style to make it bordeless with a maroon forecolor and the font "Century Gothic"

   .myHoverButton {
            background-color: white;
        }
        .myHoverButton:hover {
            background-color: #9999ff;            
        }
ASKER CERTIFIED SOLUTION
Avatar of Pratima
Pratima
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thank you very much