CSS "Cascading Style Sheets" Lessons |
|||
| |
|||
| |
|||
| Example Link | |
| Example Link | |
| Example Link | |
| Example Link | |
A {color:black;font-size:10pt;display : block;line-height:16px; text-align : center;background-color:#D4AEBB; border:outset 3px #DB7093;text-decoration:none;} A:HOVER {color:black;font-size:10pt;zoom : 92%;display : block; line-height:16px;text-align : center;background-color : #F0DEE5; border :inset 3px #CC3366;text-decoration:none;} |
|
| Example Link | |
| Example Link | |
| Example Link | |
| Example Link | |
A {text-decoration:none;border:outset 2px black;width:200px; background-image:url(images/d.jpg);text-align:center;height:22;} A:HOVER {text-decoration:none;width:200px; border : inset 2px black;text-align : center; background-image : url(images/d2.jpg);} |
|
| Example Link | |
| Example Link | |
| Example Link | |
| Example Link | |
A{background-color : #DAA520;border:3px ridge #523208;
text-decoration : none;text-align : center;font-size : x-small;font-family:Tahoma;color:Black;width:200px;line-height:16px;} |
|
| Example Link | |
| Example Link | Example Link |
| Example Link | |
| Example Link | |
|
A {
background-color : #1E90FF;
border-bottom-style : solid;
border-bottom-color : navy;
border-bottom-width : 1px;
border-top-style : solid;
border-top-color : #D7DFDD;
border-top-width : 1px;
border-right-style : solid;
border-right-color : navy;
border-right-width : 1px;
border-left-color :navy;
border-left-style :double;
border-left-width : medium;
height : 20px;
display : block;} |
|
| Example Link | |
| Example Link | Example Link |
| Example Link | |
| Example Link | |
|
A.css-example6 {text-decoration:none;border:none;width:200px;color:white;font-size:12px; background-image : url(images/m1.jpg);text-align:center;line-height:24px;} A:HOVER.css-example6 {text-decoration:none;width:200px; border : none;text-align : center;color:#606060;font-size:12px; background-image : url(images/m2.jpg);line-height:20px;} |
|
|
|