testcss


Kylie's Greeting

Hello, and welcome to the page made by Kylie, a very nice HTML, WikiText, and CSS Coder.

<!DOCTYPE html>
<html>
<body>
<p id="demo"Do you mind clicking the button below?
<button onclick="myFunction()">Click Here!</button>
<script>
function myFunction() {
 var x = document.getElementById("demo");
 x.style.fontSize = "25px"; 
 x.style.color = "red"; 
}
</script>
window.dev = window.dev || {};
window.dev.i18n = window.dev.i18n || {};
window.dev.i18n.overrides = window.dev.i18n.overrides || {};
window.dev.i18n.overrides['SandboxTab'] = window.dev.i18n.overrides['SandboxTab'] || {};
window.dev.i18n.overrides['SandboxTab']['Sandbox'] = 'Sandbox';
</body>
</html>