Uczyń tekst powiększony HTML5

p {
  font-size: 15px;
}

p {
  font-size: large;
}

p {
  font-size: 150%;
}
Andrew Lautenbach