“人品测试”的版本间的差异

来自个人维基
跳转至: 导航搜索
第1行: 第1行:
 
{{标准css喵}}
 
{{标准css喵}}
 
<html>
 
<html>
<div style="font-size=25px">
+
<style type="text/css">
 +
 
 +
            button{
 +
 
 +
                width:100px;
 +
 
 +
                height: 100px;
 +
 
 +
                background-color: palevioletred;
 +
               
 +
                font-size:25px
 +
 
 +
            }
 +
 
 +
        </style>
 
<script>
 
<script>
 
var a = 1
 
var a = 1
第58行: 第72行:
 
</script>
 
</script>
 
<button type="button" onclick="Test();">我好了,开始测试</button>
 
<button type="button" onclick="Test();">我好了,开始测试</button>
</div>
 
 
</html>
 
</html>
 
==测完就[[首页|爬回壶里]]吧==
 
==测完就[[首页|爬回壶里]]吧==

2022年10月19日 (三) 21:19的版本


测完就爬回壶里