Skip to main content

CSS - CSS Measurement Units kya h in hindi

CSS को पूरी तरह से सिखने के लिए CSS के Measurement Units को जानना बहुत ही जरुरी है |

कभी-कभी HTML Elements को height, width, border या आदि कई properties देने के लिए measurement units का इस्तेमाल किया जाता है |
कुछ वक्त तो CSS Measurement Units ये negative भी होते है | For Example, -50px, -1em
CSS Measurement Units के दो प्रकार होते है |
  • Absolute Measurement Units
  • Relative Measurement Units

Absolute Measurement Units Calculator

Absolute Measurement Units
Unitcminmmpcptpx

Absolute Measurement Units

Live Example for Relative Units


Absolute Measurement Units ये अपने हिसाब से और screen resolution के हिसाब से screen पर measurements दर्शाते है | इनका measurement fixed होता है ये दूसरे element से संबंध नहीं रखता है |
Absolute Measurement Units
UnitDescriptionExample
cm(centimeter)ये centimeter measurement होता है |See in Details
in(inch)ये inch measurement होता है |See in Details
mm(millimeter)ये millimeter measurement होता है |See in Details
pc(picas)ये pica measurement होता है |See in Details
pt(point)ये point measurement होता है |See in Details
px(pixel)Universal Unit. ये pixel measurement होता है |See in Details

Relative Measurement Units

Live Example for Relative Units


Relative Measurement Units ये दूसरों Element से संबंध रखके अपना measurement दर्शाते है |
Relative Measurement Units
UnitDescriptionExample
%(percentage)ये measurement किसी दूसरी value से संबंधित होता है |See in Details
em(emphasis)ये current font के मुताबिक चलता है | if 1em = font-size, 2em = 2 * font-sizeSee in Details
ex(x-height)ये current font के x-height मुताबिक चलता है |See in Details
rem(root element)root element(<html>) के मुताबिक चलता है |See in Details
vmax(viewport maximum width, height)Responsive. Maximum width और height के 1% होता है |See in Details
vmin(viewport minimum width, height)Responsive. Minimum width और height के 1% होता है |See in Details
vh(viewport height)Responsive. Viewport height के 1% होता है |See in Details
vw(viewport width)Responsive. Viewport width के 1% होता है |See in Details

Comments

Popular posts from this blog

CSS - CSS Fonts in hindi, css font kya h,css font use kese kre,hindi me Technamdev.blogspot.com

CSS Fonts Properties से text/content के font को set किया जाता | इन properties में content को bold, italic, font size और अन्य प्रकार से styling की जाती है | CSS Font Generic Name and Font Family Name Font Generic Name Font Families का group होता है | जैसे कि, Sans-serif(generic) है और उसके अंतर्गत Arial, Arial Black, Agency FB, BankGothic, Calibri और आदि कई Fonts होते है | Font Family Name ये simple fonts name होते है | जैसे कि Arial, Arial Black, Agency FB, BankGothic, Calibri, और आदि कई | Agency FB Antiqua Architect Arial bankFuturistic BankGothic Blackletter Blagovest Calibri Comic Sans MS Courier Cursive Decorative Fantasy Fraktur Frosty Garamond Georgia Helvetica Impact Minion Modern Monospace Open Sans Palatino Roman Sans-serif Serif Script Swiss Times Times New Roman Verdana Most used Web Safe Font

Create a Responsive Login Form in HTML and CSS in Hindi

Create a Responsive Login Form in HTML and CSS in Hindi                                                              Login Form in HTML and CSS In this video, we will we see How to Create a Responsive Login Form in HTML and CSS in Hindi step by step. As you can see I try to make a Login form that should be different from others available online on any social media. Believe me, you gonna learn many new technique and tips on how to make a Responsive Login Form in HTML and CSS in Hindi. Let's talk about the background of the Login form in Hindi first. You can see It's a diagonal background and I know must of are thinking how we can create a diagonal webpage. Believe me, I wrote only one line of code to get the diagonal background on my Login Form in Hindi. background-image: linear-gradient(to top right, #color1 50%, #color2 50%); Create a Responsive Login Form in HTML and CSS in Hindi Now we will come to our Center Div. If you noticed I us
HTML Tag क्या होता है – What is HTML Tag and Types of HTML tags in Hindi HTML tag क्या होता है – What is HTML Tag जब भी हम कोई भी webpage डिजाईन करते हैं तो हम उस webpage को डिजाईन करने के लिए कुछ command का उपयोग करते हैं उसको HTML tag कहा जाता है| Tag हमेशा angle bracket के अन्दर लिखा जाता है जैसे  <tag>..</tag>. HTML Tag  बहुत सारे character का set होता है जो की HTML language में commands का काम करता है जिसके द्वारा हम अपने webpage को डिजाईन करते हैं| HTML टैग webpage में hidden keyword होता है जो की हमारे वेब ब्राउज़र को यह बताता है की इस webpage को किस प्रकार formatting करना है| Tags लिखने के रूल: जिस प्रकार programming language में कोई भी function लिखने का रूल होता है उसी प्रकार tags लिखने के भी कुछ रूल होते हैं| तो चलिए देखते हैं की कौन कौन से रूल होते हैं: Tags angle bracket  (<>)  के अन्दर लिखा होना चाहिए| जैसे की <html>. यदि आप tags को angle bracket के अन्दर नहीं लिखेंगे तो वेब ब्राउज़र उसे सिंपल text समझ लेगा और उसे text के रूप में displa