Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Save Code Ctrl+Alt+A
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
The log() Function
width: calc(log(50, 10) * 30px):
Hello World!
width: calc(log(500, 10) * 30px):
Hello World!
width: calc(log(1000, 10) * 30px):
Hello World!
width: calc(log(10000, 10) * 30px):
Hello World!
width: calc(log(50000, 10) * 30px):
Hello World!