...
Panel |
---|
borderColor | grey |
---|
bgColor | azul |
---|
titleColor | black |
---|
titleBGColor | lemonchiffon |
---|
borderStyle | solid |
---|
title | Browser Results Font Sizes |
---|
|
Html bobswift |
---|
<div style="font-size: 10pt">This is how you change the size of the font.</div>
<div style="font-size: 14pt">This is how you change the size of the font.</div>
<div style="font-size: 20pt">This is how you change the size of the font.</div>
<div style="font-size: 22pt">This is how you change the size of the font.</div>
|
|
Font Color & Sizes
For combining both font color & sizes, use this HTML code:
Code Block |
---|
language | html/xml |
---|
theme | Confluence |
---|
title | HTML Code Font Sizes |
---|
|
<p style="font-weight:normal;">Here is a selection of text styles:</p>
<p style="color:red; font-size:75%;">small and red</p>
<p style="color:green; font-weight:bold; font-size:150%;">bold, large and green</p>
<p style="color:blue; font-family: monospace;">blue monospace</p>
<p style="display:block; padding:5px; border:1px black</p> |
Panel |
---|
borderColor | grey |
---|
bgColor | azul |
---|
titleColor | black |
---|
titleBGColor | lemonchiffon |
---|
borderStyle | solid |
---|
title | Combining it togetherColor and Size |
---|
|
Html bobswift |
---|
<p style="font-weight:normal;">Here is a selection of text styles:</p>
<p style="color:red; font-size:75%;">small and red</p>
<p style="color:green; font-weight:bold; font-size:150%;">bold, large and green</p>
<p style="color:blue; font-family: monospace;">blue monospace</p>
<p style="display:block; padding:5px; border:1px black</p>
p>
|
|
Background Class Colors with CSS
...