54 lines
651 B
CSS
Raw Permalink Normal View History

2023-06-01 10:03:05 +02:00
#centered
{
margin-top: 1vh;
display: flex;
}
#centered > div, #autori_text
{
color: #C1BFBE;
}
#autori_text
{
border-color: #3E392F;
background: #6F7270;
width: fit-content;
2024-05-25 21:37:14 +02:00
height: fit-content;
2023-06-01 10:03:05 +02:00
padding: 1vh;
border-radius: 0.5vh;
2024-05-25 21:37:14 +02:00
position: absolute;
top: 0;
right: 0;
bottom: 20vh;
left: 0;
2023-06-01 10:03:05 +02:00
margin: auto;
2024-05-25 21:37:14 +02:00
display: flex;
align-items: center;
flex-direction: column;
2023-06-01 10:03:05 +02:00
}
.nadpis
{
font-weight: bold;
}
2024-05-25 21:37:14 +02:00
#vasek
2023-06-01 10:03:05 +02:00
{
margin-left: auto;
margin-right: 2vh;
2023-06-01 10:03:05 +02:00
}
2024-05-25 21:37:14 +02:00
#dino
{
margin-right: 2vh;
margin-left: 2vh;
}
#somr
2023-06-01 10:03:05 +02:00
{
margin-right: auto;
margin-left: 2vh;
2023-06-01 10:03:05 +02:00
}