This commit is contained in:
s-lnk
2026-04-30 21:58:39 +03:00
commit aabe5fe2b7
2923 changed files with 366740 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// Image alignment
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
// Image filters
.img-grayscale {
filter: grayscale(100%);
}
.img-saturate {
filter: saturate(150%)
}