CSS Text Spacing In Hindi

CSS Icons

जब CSS का use करके किसी भी text या word के बीच space देना हो text-spacing property का use किया जाता है। किसी भी text में spacing को manage करने लिए कुछ property का use किया जाता है जो इस प्रकार है : आइये इसे एक एक करके समझने का प्रयास करते है। text-indent property … Read more

CSS text-transform in Hindi

CSS Icons

CSS में text-transform property का use text को upper case या फिर lower case में लिखने के लिए किया जाता है। इसके साथ कुछ values का use किया जाता है। Syntax Example Preview CSS text-transform example by Technalay text-transform : none; example text-transform : capitalize; example text-transform : uppercase; example text-transform : lowercase; example text-transform … Read more

CSS text decoration in Hindi

CSS Icons

HTML में लिखा normal text बहुत ही boring होता है इसे attractive बनाने के लिए CSS के text decoration property का use करते है। इसके मदद से आप text में colour, style और बहुत सी चीजे दे सकते है। इसके साथ कुछ और भी property का use किया जाता है जो इस प्रकार है। आइये … Read more

CSS Text alignment in Hindi

CSS Icons

CSS में alignment का अर्थ यह होता है किसी HTML element या कोई भी content display में किस प्रकार से show हो रहा होगा ये decide करने का काम text-align , text-align-last , vertical-align properties का होता है इसके use से आप किसी भी element align कर सकते है। CSS text-align किसी भी text को … Read more

CSS width in Hindi

CSS Icons

HTML में किसी elements का width देने के लिए CSS के width property का use किया जाता है। CSS width values CSS width Example by Technalay This element with 150px; width This element with 5cm; width This element with 50%; width This element with auto width This element with initial width This element with inherit … Read more