Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 517 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 517 Bytes

Webサイトを上下逆さまにするスクリプト

HTMLのbutton要素をクリックすることで、HTML要素全てを上下逆さまにするスクリプトを作成しました。
script.jsを書き換えることで、回転させる角度や速度を変更することができます。

Flip the website upside down

I've created a script that turns all HTML elements upside down by clicking on the HTML button element.
The angle and speed of rotation can be changed by rewriting "script.js".