Cascading Style Sheets/Frost Points

From Omnia
Revision as of 03:25, 17 November 2015 by Kenneth (talk | contribs) (Created page with "<pre> #Page63791 .frostPoints { margin: 0 auto; text-shadow: rgb(0, 0, 0) 2px 2px 4px, rgb(0, 0, 0) -2px -2px 4px; text-align: center; vertical-align: middle;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
#Page63791 .frostPoints {
    margin: 0 auto;
    text-shadow: rgb(0, 0, 0) 2px 2px 4px, rgb(0, 0, 0) -2px -2px 4px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background-image: url(/images/icons/snowflake100.png);
    background-size: 50px;
    background-repeat: no-repeat;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana;
    padding-top: 17px;
    cursor: pointer;
}