Answers for "smalltext css"

7

css change text size

p {
	font-size: 150% /*px, cm, in, etc.*/; 
}
Posted by: Guest on May-14-2020
0

smaller than small html

<body>
<p>This is a paragraph and <small>smaller text goes here</small></p>
</body>
Posted by: Guest on February-28-2020

Browse Popular Code Answers by Language