由于某种原因,如屏幕截图中所示,h1 (discordbotgen) 占用了右侧的大量空间,而我的 css 中未指定。我不希望它占用该空间,因为它会阻止其他元素进入那里。
.main-title {
font-family: 'Comfortaa', cursive;
font-size: 80px;
color: #ededed;
margin-bottom: 50px;
margin-left: 150px;
margin-top: 180px;
}
Run Code Online (Sandbox Code Playgroud)
<h1 class="main-title">discordbotgen</h1>
Run Code Online (Sandbox Code Playgroud)
h1 没有任何父级 div,它的父级是<body>。