2025-02-15 14:02:55 +04:00

33 lines
454 B
CSS

.centered {
text-align: center;
}
.testElement{
border: 1px black solid;
text-align: center;
vertical-align: auto;
width: 10%;
height: 10%;
padding: 1%;
}
.testElement img{
object-fit: contain;
max-width: 100%;
max-height: 100%;
}
.inlineList{
list-style: none;
display: flex;
}
li {
margin-left:5%;
}
body{
font-family: 'Roboto', sans-serif;
}
a{
text-decoration: none;
}
a{
color:blue;
}