Created By Adarsh
CSS background Properties
background-color: green;
opacity: 0.3;
background-image: url(“paper.gif”);
background-repeat: repeat-x;
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
background-attachment: scroll;
CSS Boarders Properties
border-style:inset;
border-width: medium;
border-color: red;
border-radius: 5px;
CSS Margins
margin: 25px;
CSS Padding
padding: 25px;
CSS Height and Width
height: 200px;
width: 50%;
CSS Outline
outline-style: solid;
outline-color: red;
outline-width: medium;
CSS Text
color: blue;
text-align: center;
text-decoration: line-through;
text-decoration: underline;
text-decoration-color: red;
text-decoration-style: double;
text-transform: capitalize;
CSS Text Shadows
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
text-shadow: 2px 2px 4px #000000;
text-shadow: 3px 3px 3px #ababab;
CSS Links
a:link /* unvisited link */
a:visited /* visited link */
a:hover /* mouse over link */
a:active /* selected link */
{
color:blue
}
CSS z-index
z-index: -1;
CSS Overflow
overflow: auto
Deep sky Blue