.udfclass{
color: rgb(0,230,0);
background-color: black;
font-family: arial;
font-style: italic;
}
.color1{
color: red;
}
.color2{
color: #ff0000;
}
.color3{
color: rgb(255,0,0);
}
.text{
text-align: right;
text-decoration: overline;
text-transform: uppercase;
letter-spacing: 0.7cm;
word-spacing: 0.5cm;
}
.font{
font-family: arial;
font-style: italic;
font-size: 16pt;
font-weight: bolder;
}
.background1{
background-color: yellow;
}
.background2{
background-image: url(abc.jpg);
}
.background3{
background-image: url(abc_small.jpg);
background-repeat: repeat-y;
}
.margin{
margin-left: 40px;
margin-top: 70px;
}
.border{
border: 12pt ridge blue;
}
.table1{
color: white;
font-family: "tahoma";
font-size: 25pt;
background-color: brown;
background-repeat: repeat-x;
border: 12pt double pink;
}
.table2{
color: black;
font-family: "times new roman";
font-size: 32pt;
background-color: gray;
background-repeat: repeat-y;
border: 20pt groove yellow;
}
.table3{
color: blue;
font-family: "tahoma";
font-size: 50pt;
background-color: rgb(0,170,240);
background-repeat: no-repeat;
border: 12pt double black;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.