diff options
| author | Jules <jules@asdf.us> | 2018-02-23 22:21:09 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2018-02-23 22:21:09 -0500 |
| commit | bb5d129729bab5cfdcc44fcfaa295b1c7e6d4c19 (patch) | |
| tree | a30de6acbfdf361772bea5bda6c25eab5ffa083f /index.html | |
| parent | 2fada280f6cbe93831573f354192ce8014526d4b (diff) | |
| parent | afe0263215ec7cfd256716997deb77eee9c4d6c8 (diff) | |
Merge branch 'master' of ghghgh.us:triangle
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> |
