mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
17 lines
325 B
CSS
17 lines
325 B
CSS
.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;
|
|
} |