Home Forums General XMetaL Discussion Decorating CSS Content Reply To: Decorating CSS Content

Xtreme

Reply to: Decorating CSS Content

You can also create different styles for a Sections in a Section, for example a different text-size:

section0>section:before{
  content: “0 – GENERALITES – CARACTERISTIQUES”;
  font-family: “Courier New”;
  font-size: 1.5em;
  color: #00F;
  display: block;
  border: 1px solid red;
}

Reply

Products
Downloads
Support