鲜虾寿司:修订间差异
创建页面,内容为“<div style="width: 100px; height: 100px; background: red;">test</div>” |
无编辑摘要 |
||
第1行: | 第1行: | ||
<style> | |||
.yellow {width; 50px; height: 50px; background: yellow;} | |||
</style> | |||
<div style="width: 100px; height: 100px; background: red;">test</div> | <div style="width: 100px; height: 100px; background: red;">test</div> | ||
<div class="yellow">test2</div> |
2024年8月9日 (五) 15:36的版本
<style> .yellow {width; 50px; height: 50px; background: yellow;} </style>
test
test2