gpt4 book ai didi

html - 无法在 div 内移动文本

转载 作者:行者123 更新时间:2023-11-28 16:18:53 24 4
gpt4 key购买 nike

我试图在标题底部和文本本身之间给日期留出 15 像素的边距,但无论我如何尝试它都不会移动。

HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<script src="myscripts.js"></script>
<title>The Impertus · Understand the News</title>
</head>

<body>
<div id="Preheader">
<img src="images/masthead.png">
<div class ="ph" id="hd"></div>
<p class="ph">May 14, 2016</p>
</div>
</body>
</html>

CSS:

@import url('https://fonts.googleapis.com/css?family=Oswald');

html, body {
background-color: #E1D4C0;
margin: 0 0 0 0;
}

.ph {
display: inline-block;
margin-bottom: 15px;
}

#Preheader {
height: 150px;
width:100%;
background-color: #104386;
font-family: Oswald;
color: #F5EDE3;
}

在这里创建了 fiddle :https://jsfiddle.net/fhkh6ae0/

最佳答案

添加 .ph { vertical-align:15px; }

参见 https://jsfiddle.net/fhkh6ae0/2/

关于html - 无法在 div 内移动文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37224665/

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