Pro7 spiel 4 Farben Theorie.
Pro7 spiel 4 Farben Theorie.
Keine Farbe darf im Nachbarfeld die gleiche Farbe haben
Der hier verwendete Code
<style>
#pausebox{
pointer-events:none;
}
body {
margin: 0 !important;
padding: 0 !important;
background-color: transparent !important;
}
body > div {
-webkit-margin-collapse: separate;
}
svg > * {
fill: #ffffff;
stroke: #000000;
stroke-miterlimit: 10;
stroke-width: 2px;
}
.cBtn {
width: 140px;
height: 100px;
vertical-align: top;
}
button > img {
height: 100%;
}
.red {
fill: #B900FF !important;
}