Knack den Code
Versuche den Code zu knacken , ohne in den Quelltext zu schauen.
Der hier verwendete Code
<html>
<head>
<style>
html {
overflow: hidden;
}
body {
text-align: center;
background-color: #222222;
padding: 10px;
}
DIV {
box-sizing: border-box;
}
#rotors {
padding: 20px;
margin: 0px auto;
width: 280px;
cursor: pointer;
}
.rotor {
float: left;
margin:0px 20px;
width:30px;
height:130px;
border: 4px solid black;
border-radius: 5px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(42,42,42,1) 2%, rgba(245,245,245,1) 28%, rgba(52,52,52,1) 30%, rgba(216,216,216,1) 31%, rgba(255,255,255,1) 50%, rgba(212,212,212,1) 67%, rgba(45,45,45,1) 69%, rgba(226,226,226,1) 70%, rgba(42,42,42,1) 98%, rgba(0,0,0,1) 100%);
}
.letter {