Monday, 13 July 2015

[.]Dot Net Programs

Create and apply .css(Cascading Style Sheet) file.

body, td, th
{
      font-size: 11px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
            background-color: gray;
}
body {
            margin-left: 50px;
            margin-top: 50px;
            margin-right: 10px;
            margin-bottom: 10px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px; color:#000000;         
            }

A:link
{
            color: Blue;
            text-decoration: none;
}         
                       
A:visited          {         
            text-decoration:           none;
            color:   Pink;
            }         
                       
A:active           {         
            text-decoration:           none;
            color:   Black;
            }         
                       
A:hover           {         
            text-decoration:           underline;
            color:   white;
            }         
BUTTON
{
            font-size: 9pt;
            color: white;
            font-family: 'Book Antiqua' , Verdana;
            background-color: #7f5f72;
}