From afe0263215ec7cfd256716997deb77eee9c4d6c8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 24 Feb 2018 04:20:13 +0100 Subject: add conway life --- index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 008138f..d28a895 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,8 @@ div > div { width: 20px; } div > div:nth-child(1) { text-align: right; top: 5px; left: 3px; } div > div:nth-child(2) { text-align: center; top: 15px; left: 16px; opacity: 0.8; transform: rotate(20deg); } div > div:nth-child(3) { text-align: left; top: 29px; left: 28px; } +div.playing { border: 2px solid #fff; box-shadow: 0 1px 3px #fff; z-index: 2; } +div.playing > div { margin: -2px -2px; } -- cgit v1.2.3-70-g09d2