From 647c37574d6bad295dfc2e77f7651fdcea20e211 Mon Sep 17 00:00:00 2001 From: MuttakinHasib Date: Sun, 29 Mar 2020 14:49:01 +0600 Subject: [PATCH 1/3] fixed an issue --- data/bootstrap-4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bootstrap-4.json b/data/bootstrap-4.json index 878d1ddd1..f4b535fd7 100644 --- a/data/bootstrap-4.json +++ b/data/bootstrap-4.json @@ -201,7 +201,7 @@ }, { "definition":"না ভাসানো", - "code":"
...
" + "code":"
...
" }, { "definition":"স্ক্রীন প্রস্থ যখন ৫৭৬ পিক্সেল এর সমান বা বড়", From 290fd1e0ab6ef670c77c7db9a80e603c849869e5 Mon Sep 17 00:00:00 2001 From: MuttakinHasib Date: Sun, 29 Mar 2020 15:09:49 +0600 Subject: [PATCH 2/3] added display headings classes --- data/bootstrap-4.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data/bootstrap-4.json b/data/bootstrap-4.json index f4b535fd7..c69a60102 100644 --- a/data/bootstrap-4.json +++ b/data/bootstrap-4.json @@ -130,6 +130,27 @@ } ] }, + { + "title": "ডিসপ্লে হেডিংস", + "items":[ + { + "definition": "ডিসপ্লে ওয়ান", + "code": "

Display 1

" + }, + { + "definition": "ডিসপ্লে টু", + "code": "

Display 2

" + }, + { + "definition": "ডিসপ্লে থ্রি", + "code": "

Display 3

" + }, + { + "definition": "ডিসপ্লে ফোর", + "code": "

Display 4

" + } + ] + }, { "title":"টেবিল ক্লাস", "items":[ From ff9a9410d41489fcf79b346d4d72297f8ed83da4 Mon Sep 17 00:00:00 2001 From: MuttakinHasib Date: Sun, 29 Mar 2020 15:35:37 +0600 Subject: [PATCH 3/3] added display property classes --- data/bootstrap-4.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/data/bootstrap-4.json b/data/bootstrap-4.json index c69a60102..b3b2d8456 100644 --- a/data/bootstrap-4.json +++ b/data/bootstrap-4.json @@ -250,6 +250,47 @@ "code":"
...
" } ] + }, + { + "title":"ডিসপ্লে প্রোপার্টি", + "items":[ + { + "definition":"প্রদর্শন না করা", + "code": "
Display None
" + }, + { + "definition":"ইনলাইন", + "code": "
Display Inline
" + }, + { + "definition":"ইনলাইন ব্লক", + "code": "
Display Inline Block
" + }, + { + "definition":"ব্লক", + "code": "
Display Block
" + }, + { + "definition":"টেবিল", + "code": "
Display Table
" + }, + { + "definition":"টেবিল সেল", + "code": "
Display Table Cell
" + }, + { + "definition":"টেবিল রো", + "code": "
Display Table Row
" + }, + { + "definition":"ফ্লেক্স", + "code": "
Display Flex
" + }, + { + "definition":"ইনলাইন ফ্লেক্স", + "code": "
Display Inline Flex
" + } + ] } ] } \ No newline at end of file