Check out example codes for "make text bigger html5". It will help you in understanding the concepts better.
Code Example 1
p {
font-size: 15px;
}
p {
font-size: large;
}
p {
font-size: 150%;
}
Learn ReactJs, React Native from akashmittal.com