summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-02-24 04:20:13 +0100
committerJules Laplace <julescarbon@gmail.com>2018-02-24 04:20:13 +0100
commitafe0263215ec7cfd256716997deb77eee9c4d6c8 (patch)
tree4a8e7067e0a540b56778b3b57a90e677ab783140 /index.html
parent1ddb0f40f00131ce8c35f19655566c248226f532 (diff)
add conway life
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
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; }
</style>
</head>
<body>