imposiciones

This commit is contained in:
amazuecos
2025-04-12 23:53:48 +02:00
parent 41159d1588
commit ba9c4dc339
19 changed files with 293 additions and 453 deletions

View File

@ -0,0 +1,17 @@
.imposicion-overlay-image
{
position: absolute;
top: 75%;
left: 25%;
transform: translate(-10%, -10%);
background-color:rgb(255, 255, 255);
color: black;
font-size: 11px;
text-align: center;
border : 1px solid;
}
.logo-container{
position: relative;
display: inline-block;
}