gpt4 book ai didi

html - 如何使用css制作气球教科书的说话风格

转载 作者:太空宇宙 更新时间:2023-11-04 15:47:09 24 4
gpt4 key购买 nike

我不知道如何准确调用它,这些是我正在处理的示例。是否可以在正方形和三 Angular 形部分使用 html 和 css 来实现所有这些或者最好只使用图像

enter image description here

enter image description here

最佳答案

Yes it possible to make it using pure css but 

对于不同的浏览器显示不同的结果。我最好建议你使用 css 和图像。

<div class="firstDiv">
<div class="secondDiv"></div>
<div class="arrowDiv"></div>
</div>

apply following css

.firstDiv { float:left; height:25px; width:200px;}
.secondDiv{ float:left; height:25px; width:170px; background:#666; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:25px; color:#FFF;}
.arrowDiv { float:left; height:25px; width:25px; background:url(images/arrow.png) left no-repeat;}

关于html - 如何使用css制作气球教科书的说话风格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11609819/

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