Hello Friends This Is My Channel Doum Coding In This Channel I am Teach You - Coding, Career, Skills and Making Money, Web And App Development,In Hindi Language
Please Also Like and Support My Videos
--------------------------------------------------
My name is Shubham pandey
Owner of Doum Coding channel
I lived in - UP India
And iam Younger You tuber
My Interest In Coding and Reading Books .
---------------------------------------------------------------------------
Any problem and any Question and any Help
Please comment
--------------------------------------------------
Thanks
Sincerely Shubham Pandey 😊
————————————————————
Business inquiry Email :- 👇👇👇👇👇
rsukla440@gmail.com
+++++++++++++++++++++++++
#Doumcoding
#DOUMCODING
DOUM Coding
JavaScript ke important operators ek hi image mein!
Simple examples ke saath samjho Arithmetic, Comparison, Logical, aur baaki sab operators ko. Beginners ke liye perfect aur revision ke liye bhi best!
2 weeks ago | [YT] | 8
View 2 replies
DOUM Coding
4 Important Pillars of OOPS
3 weeks ago | [YT] | 2
View 0 replies
DOUM Coding
CSS Property Explanation 50
50. grid-auto-flow
Ye property define karti hai ki grid me items kis direction me fill honge (row ya column).
Use Case:
Agar kisi grid me items ko automatically column-wise arrange karna ho to grid-auto-flow: column; ka use karein.
Example:
.container {
display: grid;
grid-auto-flow: column;
}
Isse grid items automatically columns me arrange honge.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 6
View 0 replies
DOUM Coding
CSS Property Explanation 49
49. forced-color-adjust
Ye property browser ke automatic color adjustment ko disable karne ke liye use hoti hai.
Use Case:
Agar kisi website me user ke system dark mode ya high contrast mode ka effect na pade to forced-color-adjust: none; ka use karein.
Example:
body {
forced-color-adjust: none;
}
Isse browser user ke color preferences ignore karega.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 0
View 0 replies
DOUM Coding
CSS Property Explanation 48
48. mask-image
Ye property define karti hai ki element ka kaunsa part visible hoga aur kaunsa hide.
Use Case:
Agar ek image ka sirf circular part visible karna ho to mask-image ka use karein.
Example:
img {
mask-image: radial-gradient(circle, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
Isse image ka outer area invisible ho jayega aur beech ka part dikhai dega
If you like this type of informative post, please like for more!
1 month ago | [YT] | 2
View 0 replies
DOUM Coding
CSS Property Explanation 47
47. text-transform
Ye property text ko uppercase, lowercase ya capitalize karne ke liye use hoti hai.
Use Case:
Agar kisi text ko automatically uppercase karna ho to text-transform: uppercase; ka use karein.
Example:
p {
text-transform: uppercase;
}
Isse pura text capital letters me convert ho jayega.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 2
View 0 replies
DOUM Coding
CSS Property Explanation 46
46. scrollbar-color
Ye property scrollbar ka custom color set karne ke liye use hoti hai.
Use Case:
Agar ek div ka scrollbar red aur background black karna ho to scrollbar-color ka use karein.
Example:
.box {
scrollbar-color: red black;
}
Isse scrollbar red aur background black ho jayega.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 0
View 0 replies
DOUM Coding
CSS Property Explanation 45
45. overscroll-behavior
Ye property define karti hai ki scroll hone ke baad extra bounce effect hoga ya nahi.
Use Case:
Agar kisi page me scroll ke end par bounce effect hataana ho to overscroll-behavior: none; ka use karein.
Example:
body {
overscroll-behavior: none;
}
Isse page scroll ke end par ruk jayega, bounce nahi karega.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 0
View 0 replies
DOUM Coding
CSS Property Explanation 44
44. will-change
Ye property browser ko pehle se bata deti hai ki kaunse elements change hone wale hain, jisse performance improve hoti hai.
Use Case:
Agar kisi div ka hover par transform hone wala ho to will-change: transform; ka use karein.
Example:
.box {
will-change: transform;
}
Isse animation aur transition smooth ho jayenge.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 4
View 0 replies
DOUM Coding
CSS Property Explanation 43
43. text-decoration-thickness
Ye property underline ka thickness set karne ke liye hoti hai.
Use Case:
Agar ek underline ko thick ya thin karna ho to text-decoration-thickness ka use karein.
Example:
a {
text-decoration: underline;
text-decoration-thickness: 3px;
}
Isse underline 3px thick ho jayega.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 0
View 0 replies
Load more