gpt4 book ai didi

html - 我希望 iframe 和 textarea 彼此相邻并居中。我怎样才能做到这一点?

转载 作者:行者123 更新时间:2023-11-27 23:10:32 25 4
gpt4 key购买 nike

我希望 iframe 和 textarea 彼此相邻(想象一个中间有一条线的正方形)并且我希望它位于中间。我该怎么做??

iframe{
width: 80%;
height: 20vh;

}

textarea{
width: 80%;
height: 20vh;

}

最佳答案

我不确定你所说的中间有一条线的正方形是什么意思;但我可以向您展示如何将 textarea 和 iframe 并排放置。

iframe{
width: 70%;
height: 20vh;
display:inline;
}

textarea{
width: 20%;
height: 20vh;
display:inline;
}

根据你想要的比例,改变宽度即可。确保不要将其设为 100%,因为您必须考虑边距填充等。

关于html - 我希望 iframe 和 textarea 彼此相邻并居中。我怎样才能做到这一点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58552328/

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