You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/css.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,12 @@
93
93
"definition": "কেইস ইনসেনসেটিভ করে সিলেক্ট করা" ,
94
94
"code": " <p class='important Special'>This is an important and special paragraph.</p>\np[class$='special ' i] {\ncolor: red;\n}\n"
95
95
}
96
+
"title": "গুগলে CSS প্রপারটিজ কিভাবে সার্চ করবো? (How to Google CSS properties?)",
97
+
"items": [
98
+
{
99
+
"definition": "আমরা নিয়মিত Google ব্যবহার করি CSS বৈশিষ্ট্য অনুসন্ধান করতে যা আমরা জানি না বা মনে নেই। Google ব্যবহার করার সময়, আপনি যা করার চেষ্টা করছেন তা অনুসন্ধান করুন। উদাহরণ: ",
100
+
"code": "'css rounded corners'\n,'css text italic',\n'css adjust space between lines'"
"description": "Gmail হল Google দ্বারা প্রদত্ত একটি বিনামূল্যের ইমেল পরিষেবা৷ 2019 সাল পর্যন্ত, এটির বিশ্বব্যাপী 1.5 বিলিয়ন সক্রিয় ব্যবহারকারী ছিল যা এটিকে বিশ্বের বৃহত্তম ইমেল পরিষেবাতে পরিণত করেছে। এটি একটি ওয়েবমেল ইন্টারফেসও প্রদান করে, একটি ওয়েব ব্রাউজারের মাধ্যমে অ্যাক্সেসযোগ্য এবং অফিসিয়াল মোবাইল অ্যাপ্লিকেশনের মাধ্যমেও অ্যাক্সেসযোগ্য",
6
+
"colorPref": "#FABC05",
7
+
"contents": [
8
+
{
9
+
"title": "কম্পোজ এবং চ্যাট (Compose and Chat)",
10
+
"items": [
11
+
{
12
+
"definition": "Focus main window",
13
+
"code": "Shift + Esc"
14
+
},
15
+
{
16
+
"definition": "Focus latest chat or compose",
17
+
"code": "Esc"
18
+
},
19
+
{
20
+
"definition": "Advance to next chat or compose",
21
+
"code": "Ctrl + ."
22
+
},
23
+
{
24
+
"definition": "Advance to previous chat or compose",
0 commit comments