diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-02-24 04:20:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-02-24 04:20:13 +0100 |
| commit | afe0263215ec7cfd256716997deb77eee9c4d6c8 (patch) | |
| tree | 4a8e7067e0a540b56778b3b57a90e677ab783140 /index.html | |
| parent | 1ddb0f40f00131ce8c35f19655566c248226f532 (diff) | |
add conway life
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |
