mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
6 lines
156 B
HTML
6 lines
156 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
table { background: yellow; }
|
||
|
|
td { width: calc(250px + 250px); }
|
||
|
|
</style>
|
||
|
|
<table><tr><td>Should be 500px wide</td></tr></table>
|