Bryce
0
Q:

css change text size

.class {
	font-size: 12px;
}
18
p {
	font-size: 150% /*px, cm, in, etc.*/; 
}
5
font-size: 2em;
5
// to scale font size in relation to its parent element
style="font-size: 2vw;"
2

New to Communities?

Join the community