hugo-owu-se/assets/css/specials.css

25 lines
357 B
CSS
Raw Normal View History

2024-03-10 15:27:36 +00:00
#footer-url {
text-decoration: none;
color:rgb(214, 124, 40);
2024-03-12 09:12:11 +00:00
}
.image-auto-border {
border: 5px dashed #3ffcc0;
}
.image-resize-contain {
object-fit: contain;
aspect-ratio: 2/1;
width: 125%;
}
.image-resize-fill {
width: 55%;
height: 50%;
aspect-ratio: 1;
object-fit: fill;
}
.hide-display {
display: none;
2024-03-10 15:27:36 +00:00
}