glsa/CSS/estilo.css
Exequiel Aramburu d65a64d9df .
2024-12-15 19:28:47 -03:00

57 lines
1.0 KiB
CSS

@font-face {
font-family: "SLA_UY";
font-style: normal;
font-weight: normal;
src: local("?"), url("../FONT/Lsu.ttf") format("truetype");
}
@font-face {
font-family: "SLA_AR";
font-style: normal;
font-weight: normal;
src: local("?"), url("../FONT/Lsa.ttf") format("truetype");
}
/* CSS comes here */
body {
font-family: arial;
background-image: url("../IMG/fondo.jpg");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
.pids-wrapper{
width: 100%;
}
.pid{
width: calc(5% - 10px);
height: 5px;
display: inline-block;
margin: 3px;
}
.hide {
display:none;
}
.show {
display:block;
}
.TEXTO_TRA {
font-family: arial;
font-size: 30px!important;
}
.SLA_UY {
font-family: SLA_UY;
font-size: 50px!important;
text-transform: lowercase;
}
.SLA_AR {
font-family: SLA_AR;
font-size: 50px!important;
text-transform: lowercase;
}