【发布时间】:2022-01-20 21:31:16
【问题描述】:
链接:https://summit.tahaparacha1.repl.co/
HTML:
<div class="header">
<h1>Learn Mathmatics In Minutes!</h1>
<h3>Increase your knowledge with Summit! Summit allows you discover the endless possiblities you probably thought never exsisted. Start learning for free at your own pace now, or scroll down to see what we offer.</h3>
<a class="grow "href="#">Start Learning</a>
</div>
CSS:
.header {
background-image: url("images/SummitHome1.jpg");
width: 100%;
height: 100vh;
}
【问题讨论】:
-
请编辑您的帖子并制作a Minimal, Reproducible Example。
-
它似乎完全显示,但用户必须向上滚动,因为标题元素上方有空间。你能多描述一下你要求它看起来像什么吗?