gpt4 book ai didi

html - 我如何使用 css 使文本适合图像

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

我有一张图片,我需要在其中显示一个表单,但是当我添加更多标签和文本时,它变得凌乱了:

enter image description here

这是我的代码:

    .box { 
width: 650px;
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
margin: 20px auto; /* use to position the box */
z-index: 10;
position: absolute;
top: 100px;
left: 230px;
}

.box_head {
background-position: top right;
margin-right: -15px; /* pull the right image over on top of border */
padding-right: 40px; /* right-image-gap + right-inside padding */
}

.box_head h2 {
background-position: top left;
margin: 0; /* reset main site styles*/
border: 0; /* ditto */
padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
height: auto !important; height: 1%; /* IE Holly Hack */
}

.box_body {
background-position: bottom left;
margin-right: 25px; /* interior-padding right */
padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */
}

最佳答案

我建议您使用图像编辑器,然后将图像分割成组件。

之后,将图片放入<img>标签,旁边是输入控件。通过这种方式,使用 CSS 控制布局会更容易。

关于html - 我如何使用 css 使文本适合图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21877131/

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