How do we increase the font of submit button in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do we increase the font of submit button in html?

6th Feb 2019, 6:04 PM
BHARTI ANIL PATEL
2 Answers
+ 3
//font-size //In CSS font-size is used to increase or Decrease font sizes of elements <style> button{ font-size:90px } </style> <button>Submit </button>
6th Feb 2019, 8:05 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
Yea I already solved it...I don't know that time it was not responding but now it did. Anyway thanks though!
6th Feb 2019, 8:07 PM
BHARTI ANIL PATEL