欢迎您 本站地址:
复制网址
手机查看
切换背景
源代码:
html编辑器
颜色值转换
点击运行
<div id="main"> <div style="background-color:coral;">红色</div> <div style="background-color:lightblue;" id="myBlueDiv">蓝色</div> <div style="background-color:lightgreen;">带有更多内容的绿色 div</div> </div> <p>点击“尝试一下”按钮,设置 alignSelf 属性的值为 "stretch"。</p> <button onclick="myFunction()">尝试一下</button> <script> function myFunction() { document.getElementById("myBlueDiv").style.alignSelf = "stretch"; } </script> <p><b>注意:</b>Internet Explorer 和 Safari 不支持 alignSelf 属性。</p>
运行结果:
小库提示
扫描下方二维码,访问手机版。
打赏
关闭