gpt4 book ai didi

css - 内置 css 的 Bootstrap 在 div 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 11:37:02 25 4
gpt4 key购买 nike

我正在使用 bootstrap 并尝试使我的 div 中的 h1 和 h3 标签 Jane(Doette 和 Front-End Ninja)大写并右对齐。似乎有什么地方发生了冲突。有人可以帮我调试吗?

<!DOCTYPE html>

<html>

<head>
<title>Final Project</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>

<body>
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" alt="Udacity Logo" src="images/udacity-logo.jpg">
</div>
<div class="col-md-6" "text-right" "text-uppercase">
<h1>Jane Doette</h1>
<h3> Front-End Ninja</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive" alt="main picutre of a giraffe" src="images/animals690x350.jpg">
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Featured Image</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img class="img-responsive" alt="A cute little cat looks on with head turned to the side" src="images/cats325x300.jpg">
<h3>Cacho</h3>
<p><a href="https://www.google.com/?gws_rd=ssl" target="_blank">Check out beautiful Cacho</a>
</div>
<div class="col-md-4">
<img class="img-responsive" alt="A gorilla sits and looks into the distance" src="images/gorilla325x300.jpg">
<h3>Gorilla</h3>
<p><a href="https://www.google.com/?gws_rd=ssl" target="_blank">Check out this beastly creature</a>
</div>
<div class="col-md-4">
<img class="img-responsive" alt="A cat stands with a atonished and frightend look" src="images/animals325x300.jpg">
<h3>Gorilla</h3>
<p><a href="https://www.google.com/?gws_rd=ssl" target="_blank">Check out this blue eyed cat</a>
</div>
</div>
</div>
</body>
</html>

最佳答案

您提供类(class)的方式是错误的。请这样提供

<div class="col-md-6 text-right text-uppercase">

关于css - 内置 css 的 Bootstrap 在 div 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31667975/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com