gpt4 book ai didi

css - css/html 中的 div 问题

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

<style ="text/css">
.asd123 {
height: 100px;
width: 900px;
margin: auto;
border: 3px dashed black;
}
.asd123_text {
font-family: Garamond;
font-size: 62px;
}
</style>
<body>

<div class="asd123">

<p class="asd123_text" style="padding-top:-50px; text-align:center; position:absolute;">generictext</p>

</div>

如何让段落文本堆叠在 div 或其他东西上?

我对 css 和 html 很陌生,但我确实理解其中的一些,但是 css 开始变得非常愚蠢

最佳答案

只需删除您提供的样式,只需制作 margin:0

            <div class="asd123">

<p class="asd123_text" style="">generictext</p>

和CSS

   .asd123 {
height: 100px;
width: 900px;
margin: auto;
border: 3px dashed black;
}
.asd123_text {
font-family: Garamond;
font-size: 62px;
margin:0 ;
text-align:center
}

关于css - css/html 中的 div 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17002922/

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