mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
11 lines
160 B
HTML
11 lines
160 B
HTML
<!doctype html>
|
|
<title>CSS Rest Reference</title>
|
|
<style>
|
|
table {
|
|
outline: 1px solid blue;
|
|
outline-offset: 10px;
|
|
}
|
|
</style>
|
|
<table>
|
|
Some content
|
|
</table>
|