/*Estilo TODOS LOS ARCHIVOS.HTML*/
[value='HTML']::after 
{
    font-family: "Font Awesome 5 Brands";
    content: "\f13b";
}

[value='css']::after 
{
    font-family: "Font Awesome 5 Brands";
    content: "\f38b";
}
  
[value='css3']::after 
{
    font-family: "Font Awesome 5 Brands";
    content: "\f13c";
}
/*FIN Estilo TODOS LOS ARCHIVOS.HTML*/

/*Estilo archivo INDEX.HTML*/
.inline1 {display:inline-flex; list-style-type: none; line-height:2px;}
.inline1 li{height:2px;}
.rotar180{transform:rotate(180deg); margin-top:-2px;}

/*Estilo archivo RESUMEN_HTML.HTML*/
@font-face {
    font-family: "HelveticaLight";
    src: url(font/helvetica-light.ttf);
    font-weight: normal;
    font-style: normal;
}
/*FIN Estilo archivo RESUMEN_HTML.HTML*/

/*Estilo archivo AVISOLEGAL.HTML*/
.legal{
    font-style: oblique;
    height:auto;
    color:lightblue;}
/*FIN Estilo archivo AVISOLEGAL.HTML*/