gpt4 book ai didi

html - 使 Logo 居中(垂直/水平)

转载 作者:行者123 更新时间:2023-11-28 18:49:04 25 4
gpt4 key购买 nike

我正在尝试找到一种使 Logo 和文本居中的方法。图片+文字应垂直居中,水平居中。

我尝试了一些东西,现在我有了这个 html

<html>
<head>
<title>XXX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:center; /* Hack for IE5/Win */
}
#floater {float:left; height:50%; margin-bottom:-120px;}

#Content {
clear:both;
width:500px;
margin:0px auto; /* Right and left margin widths set to "auto" */
text-align:center; /* Counteract to IE5/Win Hack */
padding:15px;

height:240px;
position:relative;
}
#text-center{
text-align:center;
font-family:Tahoma, Geneva, sans-serif
}
</style>
</head>
<body>

<div id="Content">
<img src="logo_small.jpg" width="400" height="143">
<p id="text-center">Coming soon</p>
<p id="text-center">more text</a></p>
</div>

</body>
</html>

我对html/css一无所知

最佳答案

这是我想出的:http://jsfiddle.net/CMfEH/

我使用了 Vertically Centering in CSS 中描述的变体.

关于html - 使 Logo 居中(垂直/水平),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9848750/

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