Answers for "how to reduce the height of text in css"

CSS
0

how to change height font css

p {
  display: inline-block;
  font-size: 32px;
  transform: scale(.5, 1);
}
Posted by: Guest on April-18-2020

Code answers related to "how to reduce the height of text in css"

Browse Popular Code Answers by Language