Well, ont-family should be font-family for one thing.
Also, you never define in your style a new width and height property, you define a text size, decoration, color, and a font-weight (ont-family should be font-family).
I did this real fast and it worked fine:
.Btn
{
height:200px;
width:384px;
}
and it produced a button that was 200px high by 384px wide.
--Stole this from a moderator
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
|