You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
277 B
15 lines
277 B
|
|
section.red.background {
|
|
background-color: red;
|
|
}
|
|
|
|
section.small.text {
|
|
background-color: "#E1ECF4";
|
|
font-size: 8px; /* Pixels */
|
|
}
|
|
|
|
.listsmalltext {
|
|
background-color: #E1ECF4; /* Remove quotes around color code */
|
|
font-size: 1px; /* Adjust the size as needed */
|
|
}
|
|
|
|
|