modified: index.html
new file: js/art.js new file: js/hdr.js new file: js/hearts.js new file: js/helpers.js new file: js/particles.js new file: js/qlpycon.js new file: js/qlpyconbanner.js new file: js/snek.js new file: js/sparks.js new file: js/stars.js modified: slamp.html modified: style.css
This commit is contained in:
@@ -43,6 +43,14 @@
|
||||
var color = document.getElementById("body");
|
||||
color.style.backgroundColor = "#042069";
|
||||
}
|
||||
function changeColor1312() {
|
||||
var color = document.getElementById("body");
|
||||
color.style.backgroundColor = "#F1312F";
|
||||
}
|
||||
function changeColor161() {
|
||||
var color = document.getElementById("body");
|
||||
color.style.backgroundColor = "#FFF161";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body id='body'>
|
||||
@@ -60,6 +68,8 @@
|
||||
<button onclick="changeColor420();">420</button>
|
||||
<button onclick="changeColor69();">69</button>
|
||||
<button onclick="changeColor42069();">42069</button>
|
||||
<button onclick="changeColor1312();">1312</button>
|
||||
<button onclick="changeColor161();">161</button>
|
||||
</br>
|
||||
</br>
|
||||
</br>
|
||||
|
||||
Reference in New Issue
Block a user