mirror of
https://github.com/SrIzan10/edicion-en-html.git
synced 2026-06-20 16:02:20 +00:00
22 lines
455 B
CSS
22 lines
455 B
CSS
/*.textonivel1 {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
color: #FFFFFF;
|
|
}
|
|
.textonivel2 {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
}
|
|
.textonivel3 {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
}
|
|
*/ |