mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Examples: color mode enhancement (#38144)
* Tool bar proposal inside examples * Some examples fixes * Change appearance and position of the color mode toggler * Proposal * . --------- Co-authored-by: Mark Otto <markdotto@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9a1f4ed9e5
commit
b26233c1ab
@@ -4,16 +4,16 @@ title: مثال الألبوم
|
||||
direction: rtl
|
||||
---
|
||||
|
||||
<header>
|
||||
<div class="collapse bg-dark" id="navbarHeader">
|
||||
<header data-bs-theme="dark">
|
||||
<div class="collapse text-bg-dark" id="navbarHeader">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-md-7 py-4">
|
||||
<h4 class="text-white">حول</h4>
|
||||
<h4>حول</h4>
|
||||
<p class="text-body-secondary">أضف بعض المعلومات حول الألبوم، المؤلف، أو أي سياق خلفية آخر. اجعلها بضع جمل حتى يتمكن الزوار من التقاط بعض التلميحات المفيدة. ثم اربطها ببعض مواقع التواصل الاجتماعي أو معلومات الاتصال.</p>
|
||||
</div>
|
||||
<div class="col-sm-4 offset-md-1 py-4">
|
||||
<h4 class="text-white">تواصل معي</h4>
|
||||
<h4>تواصل معي</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="#" class="text-white">تابعني على تويتر</a></li>
|
||||
<li><a href="#" class="text-white">شاركني الإعجاب في فيسبوك</a></li>
|
||||
|
Reference in New Issue
Block a user