mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 00:05:07 +00:00
13 lines
234 B
HTML
13 lines
234 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
.abs {
|
|
width: calc(abs(-80px))
|
|
}
|
|
.sign {
|
|
width: calc(sign(-100px) * -100px);
|
|
}
|
|
</style><div class="abs"><div class="sign">
|