mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
8 lines
124 B
HTML
8 lines
124 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
table {
|
||
|
|
border-spacing: calc(1px + 1px) calc(1px + 2px);
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<table></table>
|