Good basic CSS class example?

You can do something like the following:

With no CSS:

image

With CSS (userstyle):

image

CSS:

.bigredtext {
  color: #ff0000;
  font-size: 30px;
  font-weight: bold;
}
2 Likes