gpt4 book ai didi

html - 我怎样才能更换 Bootstrap 来达到同样的目的?

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

<!DOCTYPE html>
<html>

<head>



<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">



<title>
Home - Hasan's Website
</title>
<style>
body,
html {
height: 100%;
margin: 0;
font-size: 16px;
font-family: "Lato", sans-serif;
font-weight: 400;
line-height: 1.8em;
}

.jumbotron {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-image: url(image.jpg);
background-position: 0% 25%;
background-size: cover;
background-repeat: no-repeat;
border: 1px;
}

.navigation {
background-color: #330;
overflow: hidden;
display: grid;
grid-template-columns: auto auto auto auto auto;
}

.navigation a {
font-size: 20px;
text-decoration: none;
color: #f2f2f2;
text-align: center;
float: left;
}

.navigation a:hover {
background-color: #dddddd;
color: black;
}

.navigation a.active {
background-color: #4CAF50;
color: white;
}

body {
background-image: url("Engineering.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
background-color: rgba(0, 0, 0, 0.5);
}

h1 {
margin: auto;
z-index: 4;
text-align: center;
width: 100%;
color: white;
font-size: 100px;
padding: 10px;
}
</style>
</head>

<body>
<div class="navigation">
<a class="active" href="#home">Home</a>
<a href="#aboutMe">About Me</a>
<a href="#careers">Careers</a>
<a href="#contactUs">Contact Us</a>
<a href="#webDev">Web Development</a>
</div>

<div class="intro">
<div class="jumbotron">
<h1>Computer Engineering</h1>

</div>


</div>





</body>

</html>

我从某人那里得到了一些帮助,他们使用了老师不允许的 Bootstrap。 Bootstrap 使单词不会相互压缩。如果没有 Bootstrap ,我该怎么做才能达到相同的目的?就像我想删除 Bootstrap ,但标题“计算机工程”只是压缩。如何删除 Bootstrap ,但仍然有适当间隔的单词?任何帮助将不胜感激!这是我 11 年级的工程课。

最佳答案

我没有提供直接的解决方案。但是,一种以您自己的方式找到解决方案的方法。

运行包含 Bootstrap 样式的页面。使用现代浏览器(如 Google Chrome)打开页面。右键单击您感兴趣的元素并从上下文菜单中选择检查元素。现在,您可以看到有助于您正在检查的元素的外观的 CSS 属性。

将这些属性复制到您自己的元素中。完成。

关于html - 我怎样才能更换 Bootstrap 来达到同样的目的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55114123/

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