【发布时间】:2020-06-10 16:23:14
【问题描述】:
我正在尝试将这些引导卡缩小一点,因此没有任何水平滚动条出现,我似乎不知道如何缩小它。我将不胜感激。
Horizontal Scroll Bar Shows Up because cards too big
HTML 代码
<div class="card bg-dark text-light" id="card-1" style="width: 18rem;">
<img class="card-img-top" src="static\random_pics\card_1.jpg" alt="Card image cap">
<div class="card-body">
<p class="card-text">I have been learning how to program for the past 2 months now. It has been really fun so far
and I do not plan on stopping anytime soon. I have learned Python, HTML, CSS and Javascript so far and I plan
on learning more about different frameworks, such as Django and React JS.</p>
</div>
</div>
<div class="card bg-dark text-light shadow-lg" id="card-2" style="width: 18rem;">
<img class="card-img-top" src="static\random_pics\card_3.jpg" alt="Card image cap">
<div class="card-body">
<p class="card-text">My education hasn't always been my top priority and seeing everything going around in the world
It is crucial that I get a proper education, whether it be programming or anything that might
benefit me in the future, just because I took the time to learn it.</p>
</div>
</div>
<div class="card bg-dark text-light shadow-lg" id="card-3" style="width: 18rem;">
<img class="card-img-top" src="static\random_pics\card_2.png" alt="Card image cap">
<div class="card-body">
<p class="card-text">I have a lot of hobbies, some of the things I love doing are playing video games, cooking and
ofcourse, coding! I also love powerlifting, My max lifts (deadlift, squat, bench) totaled to 790 pounds.</p>
</div>
</div>
<div class="card bg-dark text-light shadow-lg" id="card-4" style="width: 18rem;">
<img class="card-img-top" src="static\random_pics\card_4.jpg" alt="Card image cap">
<div class="card-body">
<p class="card-text">My goals right now is to get better at programming. I find back-end development more fun but
I also think front-end is decently entertaining for me. In the future, I see myself being a full stack
web developer.</p>
</div>
</div>
</div>
【问题讨论】:
-
去掉显式宽度并将它们放入列中...
标签: html css twitter-bootstrap flask bootstrap-4