54 lines
651 B
CSS
54 lines
651 B
CSS
#centered
|
|
{
|
|
margin-top: 1vh;
|
|
display: flex;
|
|
}
|
|
|
|
#centered > div, #autori_text
|
|
{
|
|
color: #C1BFBE;
|
|
}
|
|
|
|
#autori_text
|
|
{
|
|
border-color: #3E392F;
|
|
background: #6F7270;
|
|
width: fit-content;
|
|
height: fit-content;
|
|
padding: 1vh;
|
|
border-radius: 0.5vh;
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 20vh;
|
|
left: 0;
|
|
margin: auto;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.nadpis
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
#vasek
|
|
{
|
|
margin-left: auto;
|
|
margin-right: 2vh;
|
|
}
|
|
|
|
#dino
|
|
{
|
|
margin-right: 2vh;
|
|
margin-left: 2vh;
|
|
}
|
|
|
|
#somr
|
|
{
|
|
margin-right: auto;
|
|
margin-left: 2vh;
|
|
} |