diff --git a/youareanidiot.css b/youareanidiot.css new file mode 100644 index 0000000..be385e2 --- /dev/null +++ b/youareanidiot.css @@ -0,0 +1,8 @@ +p{ + display: block; + position: absolute; + top: 30%; + left: 50%; + transform: translate(-50%,-50%); + font-size: 500%; +} \ No newline at end of file diff --git a/youareanidiot.html b/youareanidiot.html new file mode 100644 index 0000000..9c53241 --- /dev/null +++ b/youareanidiot.html @@ -0,0 +1,13 @@ + + + +your an idiot + + + + + +

you are an idiot

+ + + \ No newline at end of file diff --git a/youareanidiot.wav b/youareanidiot.wav new file mode 100644 index 0000000..5a914c0 --- /dev/null +++ b/youareanidiot.wav Binary files differ diff --git a/youranidiot.js b/youranidiot.js new file mode 100644 index 0000000..e66c0f1 --- /dev/null +++ b/youranidiot.js @@ -0,0 +1,20 @@ +alert('ばーか!ばーか!あほまぬけー!!') +function hanten() { +haikei = document.getElementsByTagName("body"); +moji = document.getElementsByTagName("p"); + +haikei[0].style.backgroundColor = "#000000"; +moji[0].style.color = "#FFFFff"; + +setTimeout("hanten2()", 700); +} + +function hanten2() { +haikei = document.getElementsByTagName("body"); +moji = document.getElementsByTagName("p"); + +haikei[0].style.backgroundColor = "#FFFFFF"; +moji[0].style.color = "#000000"; + +setTimeout("hanten()", 700); +} \ No newline at end of file