gpt4 book ai didi

css - 当我链接 Bootstrap 时更改一切 css 样式

转载 作者:太空宇宙 更新时间:2023-11-03 22:16:43 25 4
gpt4 key购买 nike

    <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <!--Supporting All devices width-->
<meta name="description" content="Lowa State University Library">
<meta name="keywords" content="For a Web Design Assignment">
<meta name="author" content="Tharuka Dananjaya">
<link rel="stylesheet" href="./css/style.css">
<!--<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">-->


</head>
<body>
<header>
<div class="container">
<div id="head_top">
<h1>LOWA STATE UNIVERSITY | <span class="highlight"> LIBRARY</span></a></h1>
</div>
<nav>
<ul>
<li>
<li class="current"><a href="librarian_home.php">Home</a></li>
<div class="dropdown">
<button class="button_book">Books</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
<a href="#">Link 4</a>
<a href="#">Link 5</a>
</div>
</div>
<!--<a href="loginindex.php">Login</a>
<a href="registerindex.php">Register</a>-->
<a href="student_info.php" class="ma">Student Info</a>


</ul>
</nav>
</header>
<section id="search_bar">
<div class="container">
<form>
<input type="text" placeholder="Search">
<button type="search" class="button_1">search</button>

`我有外部 CSS 文件和 Bootstrap。我已经在我的页面中链接了我的 CSS 样式,而且效果很好。所以我尝试使用 Bootstrap 创建一个表。但是在页面中链接 Bootstrap 文件后更改每个样式。前任。标题字体,一切。那么我如何链接这两种样式并且我需要这两种样式。 After Linking Bootstrap file

最佳答案

请先添加 bootstrap 样式,然后添加您的 style.css。喜欢

<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" href="./css/style.css">

在您的 index.html 文件中的 head 部分。

css的优先级是从下往上的。

关于css - 当我链接 Bootstrap 时更改一切 css 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56438514/

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