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


Scratch-wiki-FAQ logo.png

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;

}

  1. one {
 background: #82caff;

}

  1. two {
 background: #CC33FF;

}

  1. three {
 background: #FFCC00;

}

  1. 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>

Cookies helfen uns bei der Bereitstellung von Das deutschsprachige Scratch-Wiki. Durch die Nutzung von Das deutschsprachige Scratch-Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.