From a58f66599d40dd43e705841ab9a3bab7d7c6fa1d Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 8 Aug 2022 12:42:18 +0200 Subject: ADDED: Difficulty level to examples --- common/examples.css | 1 + 1 file changed, 1 insertion(+) (limited to 'common/examples.css') diff --git a/common/examples.css b/common/examples.css index baed065..6bb01d6 100644 --- a/common/examples.css +++ b/common/examples.css @@ -1,5 +1,6 @@ #container .mix{ position: relative; display: none; } #container .extext { top: 160px!important; width: 400px!important; } +#difficulty_level { position: absolute; bottom: 18px; left: 12px; font-size: 24px; } #filter_menu { width:820px; height:80px; margin-left:15px; } -- cgit v1.2.3