1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 23:35:07 +00:00
serenity/Tests/LibWeb/Layout/input/css-values/stepped-value-functions.html
2023-08-01 14:39:31 +02:00

16 lines
303 B
HTML

<!DOCTYPE html>
<style>
* {
width: 0px;
height: 0px;
}
.round {
width: round(down, 85px, 10px);
}
.mod {
width: mod(201px, 101px);
}
.rem {
width: rem(241px, -121px);
}
</style><div class="round"><div class="mod"><div class="rem">