Home › Forums › General XMetaL Discussion › Decorating CSS Content › Reply To: Decorating CSS Content
Reply to: Decorating CSS Content
November 24, 2008 at 5:55 pmYou 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;
}