mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
15 lines
No EOL
329 B
HTML
15 lines
No EOL
329 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table style="background-image: linear-gradient(black, white); background-clip: text;">
|
|
<tr>
|
|
<td>Table 1</td>
|
|
</tr>
|
|
</table>
|
|
<table style="background-color: red; background-clip: text;">
|
|
<tr>
|
|
<td>Table 2</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |