Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

what are the different ways to call this error box class

how to call this class
.error{
background-color: #F2DEDE;
				    border-color: #EED3D7;
				    border-radius: 4px 4px 4px 4px;
				    color: #B94A48;
				    margin-bottom: 20px;
				    padding: 8px 35px 8px 14px;
				    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
                                            

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of nickinthooz
nickinthooz
Flag of United States of America 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 rgb192

ASKER

I like the jsfiddle demo