From dd3cb67615f310c045f85f7bfa5acb5e038b5715 Mon Sep 17 00:00:00 2001 From: "D. Tuncbilek" Date: Thu, 21 May 2020 19:50:35 +0200 Subject: [PATCH] Relase 1.00 --- src/app/main/main.component.css | 24 +++++------------------- src/app/main/main.component.html | 4 ++-- src/app/main/main.component.ts | 7 ------- 3 files changed, 7 insertions(+), 28 deletions(-) diff --git a/src/app/main/main.component.css b/src/app/main/main.component.css index f42e3e2..fcc1330 100644 --- a/src/app/main/main.component.css +++ b/src/app/main/main.component.css @@ -1,36 +1,23 @@ -.img{ - - background-image: url('../../assets/images/Schwarz.gif'); +.img { + background-image: url("../../assets/images/Schwarz.gif"); background-position: 400px 10px; background-repeat: no-repeat; - } -.blue{ +.blue { width: 50px; height: 50px; background-color: blue; border-radius: 50%; } -.red{ +.red { width: 50px; height: 50px; background-color: red; border-radius: 50%; } -.anim { - border-color: yellow solid 5px; -} -.invisiable{ - visibility: hidden; -} - -.blueStonesCSS{ - position: absolute; - cursor: pointer; -} -.redStonesCSS { +.stone { position: absolute; cursor: pointer; } @@ -38,7 +25,6 @@ .stone0 { left: 390px; top: 0px; - } .stone1 { left: 672px; diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html index ba5513e..cf33ad7 100644 --- a/src/app/main/main.component.html +++ b/src/app/main/main.component.html @@ -12,7 +12,7 @@

Nine Man's Morris

>
-
+
Nine Man's Morris (dragstart)="dragStart($event)">
-
+
23) { - stone.classList.remove('blueStonesCSS'); - stone.classList.remove('redStonesCSS'); - } ev.target.appendChild(stone); this.tileColours.set( this.droppedTitle,