mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +00:00
12 lines
No EOL
210 B
HTML
12 lines
No EOL
210 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.table {
|
|
width: 100%;
|
|
border: 100px solid black;
|
|
}
|
|
|
|
.cell {
|
|
height: 10px;
|
|
background-color: orange;
|
|
}
|
|
</style><table class="table"><tr><td class="cell"></td></tr></table> |