Aus Das deutschsprachige Scratch-Wiki
< Benutzer Diskussion:EasyScratcher
<html> <head> </head> <body bgcolor="#82caff">
</body> </html> <html> <a href="http://scratch-dach.info/wiki/Benutzer:EasyScratcher"><button>Benutzerseite</button></a><a href="http://scratch-dach.info/wiki/Benutzer_Diskussion:EasyScratcher"><button>Diskussion</button></a><a href="http://scratch-dach.info/wiki/Benutzer_Diskussion:EasyScratcher/Sandkasten"><button disabled>Sandkasten</button></a><a href="http://scratch-dach.info/wiki/Benutzer:EasyScratcher/code"><button>Code</button></a> </html>
Sandkasten
<html> <iframe src="http://www.scratch-dach.info" width="100%" height="400" name="SCRATCH_DACH_WIKI">
</iframe>
</html>
LOL
Farb Test
<html>
<head> <script> function purple() { var x = document.getElementById("body"); x.style.background = "#CC33FF";
}
function yellow() {
var x = document.getElementById("body"); x.style.background = "#FFCC00";
}
function blue() {
var x = document.getElementById("body"); x.style.background = "#82caff";
}
function green() {
var x = document.getElementById("body"); x.style.background = "#8FE63E";
}
</script> <style> body { -webkit-transition: background 1s; transition: background 1s;
} .border {
display: table; width: 40px; height: 40px; border-radius: 20px; background: white; float: left; margin: 2.5px;
} .button {
margin: 3px; width: 35px; height: 35px; border-radius: 20px;
}
- one {
background: #82caff;
}
- two {
background: #CC33FF;
}
- three {
background: #FFCC00;
}
- four {
background: #8FE63E;
}
</style> <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:300' rel='stylesheet' type='text/css'> </head> <body id="body">
</body>
</html>