CSS Examples: font-size

Examples

Small H1

Larger H1

24 point H1

200% H1

Styles Used

.small {
	font-size: xx-small;
}
.larger {
	font-size: larger;
}
.point {
	font-size: 24pt;
}
.percent {
	font-size: 200%;
}