mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00

Reverse the condition to satisfy the spec comment. Probably a typo. A 3 year old typo! :^)
6 lines
No EOL
319 B
HTML
6 lines
No EOL
319 B
HTML
<!doctype html><style>
|
|
* { border: 1px solid black; font-family: 'SerenitySans'; }
|
|
body { position: absolute; }
|
|
#container { width: 100px; }
|
|
#child { width: 50px; padding-left: 60px; padding-right: 60px; margin-right: auto; margin-left: auto; }
|
|
</style><body><div id="container"><div id="child">well hello friends</div> |