Your IP : 216.73.216.40


Current Path : /var/www/html/sumitupadhyay/
Upload File :
Current File : /var/www/html/sumitupadhyay/profile.css

body {          font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
 height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
    background-color: dimgrey;
    color: #696969;
margin: 1px;
    padding: 20px;
margin-bottom: 5px
}



#main {
        padding-left:  20px;
    padding-right: 5px;
     background-color: #ffffff; 
border: 2px solid black;
  border-radius: 25px;
margin-left: 50px;
margin-right: 50px;
font-family:verdana;
}




h1 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 30px;
}
h2 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: #996600;
    font-size: 30px;
}


table {
    width:80%;
}

table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 10px 20px;
}

th {
    text-align: left;
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table tr:nth-child(even) {
    background-color: #ffffff;
}
ul#menu {
    padding: 10px 20px;
    margin-bottom: 11px;
margin-right: 3px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}