class="archive paged author author-technalay-in author-1 wp-custom-logo wp-embed-responsive paged-10 author-paged-10 right-sidebar nav-float-right separate-containers header-aligned-left dropdown-hover" itemtype="https://schema.org/Blog" itemscope>

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

CSS height in Hindi

CSS Icons

HTML के किसी भी element को height देने के लिए height property का use किया जाता है। Syntax Example CSS height Example by Technalay CSS height values CSS में height property अकेले काम नहीं करता इसके लिए कुछ value assign करना पड़ता है। जो इस प्रकार है : CSS height Example element with 60px; height … Read more