title | layout |
---|---|
HTML/CSS |
default |
.class {
}
font-family: Arial;
font-size: 12pt;
line-height: 150%;
color: #aa3322;
// Bold
font-weight: bold;
font-weight: normal;
// Italic
font-style: italic;
font-style: normal;
// Underline
text-decoration: underline;
text-decoration: none;