User

Difference between revisions of "WikiLucas00/bluell.css"

< User:WikiLucas00

m
m (test)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
img.throbber {
+
* {
text-align: center;
+
min-width: 0;
 +
/* font-family: unset;*/
 +
}
 +
.customClass {
 +
padding-left: 5%;
 +
    padding-right: 5%;
 
}
 
}

Latest revision as of 16:43, 23 March 2024

* {
	min-width: 0;
/*	font-family: unset;*/
}
.customClass {
	padding-left: 5%;
    padding-right: 5%;
}