Skip to content

Commit 290fd1e

Browse files
committed
added display headings classes
1 parent 647c375 commit 290fd1e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

data/bootstrap-4.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,27 @@
130130
}
131131
]
132132
},
133+
{
134+
"title": "ডিসপ্লে হেডিংস",
135+
"items":[
136+
{
137+
"definition": "ডিসপ্লে ওয়ান",
138+
"code": "<h1 class='display-1'>Display 1</h1>"
139+
},
140+
{
141+
"definition": "ডিসপ্লে টু",
142+
"code": "<h1 class='display-2'>Display 2</h1>"
143+
},
144+
{
145+
"definition": "ডিসপ্লে থ্রি",
146+
"code": "<h1 class='display-3'>Display 3</h1>"
147+
},
148+
{
149+
"definition": "ডিসপ্লে ফোর",
150+
"code": "<h1 class='display-4'>Display 4</h1>"
151+
}
152+
]
153+
},
133154
{
134155
"title":"টেবিল ক্লাস",
135156
"items":[

0 commit comments

Comments
 (0)