User

Difference between revisions of "WikiLucas00/bluell.css"

< User:WikiLucas00

m
m (test)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
* {
 
* {
 
min-width: 0;
 
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%;
}