blob: 8f481b7409a22c35da72f30533c05e91e2060f80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<input type="button" style="font-size:5px" value="Test Button">
<input type="button" style="font-size:6px" value="Test Button">
<input type="button" style="font-size:7px" value="Test Button">
<input type="button" style="font-size:8px" value="Test Button">
<input type="button" style="font-size:9px" value="Test Button">
<input type="button" style="font-size:10px" value="Test Button">
<input type="button" style="font-size:11px" value="Test Button">
<input type="button" style="font-size:12px" value="Test Button">
<input type="button" style="font-size:13px" value="Test Button">
<input type="button" style="font-size:14px" value="Test Button">
<input type="button" style="font-size:15px" value="Test Button">
<input type="button" style="font-size:16px" value="Test Button">
<input type="button" style="font-size:17px" value="Test Button">
<input type="button" style="font-size:18px" value="Test Button">
<input type="button" style="font-size:19px" value="Test Button">
<input type="button" style="font-size:20px" value="Test Button">
<input type="button" style="font-size:21px" value="Test Button">
|