mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 13:10:23 +00:00
Add text-light to sample card under Card columns (#23800)
This commit is contained in:
parent
eb2a6f2efd
commit
00a362d3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns
|
|||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card bg-primary p-3 text-center">
|
||||
<div class="card bg-primary text-white text-center p-3">
|
||||
<blockquote class="blockquote mb-0">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.</p>
|
||||
<footer class="blockquote-footer">
|
||||
|
|
|
|||
Loading…
Reference in a new issue