in English
రంగు & నేపథ్యం
విరుద్ధమైన ముందు రంగుతో నేపథ్య రంగును సెట్ చేయండి.
ఈ పేజీలో
అవలోకనం
v5.2.0లో జోడించబడింది.text-*
రంగు మరియు నేపథ్య సహాయకులు మా యుటిలిటీలు మరియు .bg-*
యుటిలిటీల శక్తిని ఒక తరగతిలో మిళితం చేస్తారు. మా Sass ఫంక్షన్ని ఉపయోగించి , మేము ఒక నిర్దిష్ట కోసం color-contrast()
స్వయంచాలకంగా విరుద్ధంగా నిర్ణయిస్తాము .color
background-color
హెడ్ అప్!
color-contrast
CSS-స్థానిక ఫంక్షన్కు ప్రస్తుతం మద్దతు లేదు
, కాబట్టి మేము Sass ద్వారా మా స్వంతంగా ఉపయోగిస్తాము. అంటే CSS వేరియబుల్స్ ద్వారా మా థీమ్ రంగులను అనుకూలీకరించడం వలన ఈ యుటిలిటీలతో కలర్ కాంట్రాస్ట్ సమస్యలు ఏర్పడవచ్చు.
విరుద్ధమైన రంగుతో ప్రాథమికమైనది
కాంట్రాస్టింగ్ కలర్తో సెకండరీ
విరుద్ధమైన రంగుతో విజయం
విరుద్ధమైన రంగుతో ప్రమాదం
విరుద్ధమైన రంగుతో హెచ్చరిక
విరుద్ధమైన రంగుతో సమాచారం
కాంట్రాస్ట్ రంగుతో కాంతి
విరుద్ధమైన రంగుతో ముదురు
<div class="text-bg-primary p-3">Primary with contrasting color</div>
<div class="text-bg-secondary p-3">Secondary with contrasting color</div>
<div class="text-bg-success p-3">Success with contrasting color</div>
<div class="text-bg-danger p-3">Danger with contrasting color</div>
<div class="text-bg-warning p-3">Warning with contrasting color</div>
<div class="text-bg-info p-3">Info with contrasting color</div>
<div class="text-bg-light p-3">Light with contrasting color</div>
<div class="text-bg-dark p-3">Dark with contrasting color</div>
భాగాలతో
బ్యాడ్జ్ల వంటి కంబైన్డ్ .text-*
మరియు క్లాస్ల స్థానంలో వాటిని ఉపయోగించండి :.bg-*
ప్రాథమిక
సమాచారం
<span class="badge text-bg-primary">Primary</span>
<span class="badge text-bg-info">Info</span>
లేదా కార్డులపై :
హెడర్
కార్డ్ టైటిల్పై రూపొందించడానికి మరియు కార్డ్ కంటెంట్లో ఎక్కువ భాగం చేయడానికి కొన్ని శీఘ్ర ఉదాహరణ వచనం.
హెడర్
కార్డ్ టైటిల్పై రూపొందించడానికి మరియు కార్డ్ కంటెంట్లో ఎక్కువ భాగం చేయడానికి కొన్ని శీఘ్ర ఉదాహరణ వచనం.
<div class="card text-bg-primary mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card text-bg-info mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>