From e7dc78017318b96d2cb6c15d8d7afea9a6052f27 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 3 Oct 2024 00:37:53 +0200 Subject: [PATCH] T class --- css/loading.css | 8 ++++---- index.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/loading.css b/css/loading.css index 5894c14..626ed4e 100644 --- a/css/loading.css +++ b/css/loading.css @@ -48,10 +48,10 @@ transform-style: preserve-3d; } -.first.mino { top: -0.5em; left: -1em; } -.second.mino { top: -0.5em; left: 0em; } -.third.mino { top: -0.5em; left: 1em; } -.fourth.mino { top: 0.5em; left: 0em; } +.T.tetromino .first.mino { top: -0.5em; left: -1em; } +.T.tetromino .second.mino { top: -0.5em; left: 0em; } +.T.tetromino .third.mino { top: -0.5em; left: 1em; } +.T.tetromino .fourth.mino { top: 0.5em; left: 0em; } .face { position: absolute; diff --git a/index.html b/index.html index 13cade0..710adc2 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
-
+