Computer >> कंप्यूटर >  >> प्रोग्रामिंग >> CSS

सीएसएस सही संपत्ति

<घंटा/>

तत्व की क्षैतिज स्थिति निर्धारित करने के लिए सही गुण का उपयोग किया जाता है। इसे -

. के रूप में सेट किया गया है
right: auto|length|initial|inherit;

उदाहरण

आइए CSS में सही प्रॉपर्टी को लागू करने के लिए एक उदाहरण देखें -

<!DOCTYPE html>
<html>
<head>
<style>
div {
   text-align: justify;
   text-justify: inter-word;
   color: white;
   background-color: orange;
   position: absolute;
   right: 90px;
}
</style>
</head>
<body>
<h2>Demo Heading</h2>
<div>This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. </div>
</body>
</html>

आउटपुट

सीएसएस सही संपत्ति

उदाहरण

आइए एक और उदाहरण देखें -

<!DOCTYPE html>
<html>
<head>
<style>
.demo {
   background-color:orange;
   width:100px;
   position:relative;
   right:0px;
   color: white;
}
</style>
</head>
<body>
<h1>Details</h1>
<div class="demo">Examination Center near ABC College.</p>
<div class="demo2">Exam begins at 11AM.</p>
</body>
</html>

आउटपुट

सीएसएस सही संपत्ति

उदाहरण

आइए अब एक ऋणात्मक मान के साथ एक उदाहरण देखें -

<!DOCTYPE html>
<html>
<head>
<style>
.demo {
   background-color:orange;
   width:100px;
   position:relative;
   right:-100px;
   color: white;
}
</style>
</head>
<body>
<h1>Details</h1>
<div class="demo">Examination Center near ABC College.</p>
<div class="demo2">Exam begins at 11AM.</p>
</body>
</html>

आउटपुट

सीएसएस सही संपत्ति


  1. सीएसएस हाइफ़न संपत्ति

    हाइफ़न गुण का उपयोग यह निर्दिष्ट करने के लिए किया जाता है कि जब पाठ कई पंक्तियों में लपेटता है तो शब्दों को कैसे हाइफ़न किया जाता है। इसके निम्नलिखित मान हैं - hyphens: none|manual|auto|initial|inherit; उदाहरण <!DOCTYPE html> <html> <head> <style> div {    width: 50

  1. CSS में टेक्स्ट-जस्टिफाई प्रॉपर्टी

    CSS में टेक्स्ट-जस्टिफाई प्रॉपर्टी का इस्तेमाल टेक्स्ट के जस्टिफिकेशन मेथड को सेट करने के लिए किया जाता है, जब टेक्स्ट-एलाइन प्रॉपर्टी को जस्टिफाई वैल्यू पर सेट किया जाता है। संपत्ति के मूल्य निम्नलिखित हैं - text-justify: auto|inter-word|inter-character|none|initial|inherit; उदाहरण आइए अब CSS में

  1. CSS में फ़ॉर्मेटिंग टेक्स्ट

    CSS हमें आकर्षक सामग्री बनाने के लिए टेक्स्ट को प्रारूपित करने की अनुमति देता है। CSS का उपयोग करके टेक्स्ट को स्टाइल करने के लिए निम्नलिखित गुणों का उपयोग किया जाता है। रंग यह गुण हमें टेक्स्ट का रंग बदलने में मदद करता है। लेटर-स्पेसिंग इस गुण का उपयोग वर्णों के बीच रिक्ति सेट करने के लिए किय