1270795.html (329B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <table style="background-image: linear-gradient(black, white); background-clip: text;"> 5 <tr> 6 <td>Table 1</td> 7 </tr> 8 </table> 9 <table style="background-color: red; background-clip: text;"> 10 <tr> 11 <td>Table 2</td> 12 </tr> 13 </table> 14 </body> 15 </html>