mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 19:45:08 +00:00
13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
.pi {
|
|
width: round(up, pi * 25px, 10px);
|
|
}
|
|
.e {
|
|
width: round(up, e * 36px, 10px);
|
|
}
|
|
</style><div class="pi"><div class="e">
|