Html表单按钮文本大小和颜色

时间:2015-06-05 21:31:13

标签: html button text hyperlink fonts

我正在制作一个受html密码保护的按钮,导致我的cp hack

(工作,金钱破解100 - 5,000硬币工作但15k的黑客破了所以我需要密码保护它,而我测试和修复它)

无论如何我想让按钮/文字更大并为它着色但不知道如何

<FORM>
<input type="submit" type="button" value="Goto Club Penguin Hack"     
onClick="passWord()"
style="background-color: #bccae;
;margin-left:auto;margin-right:auto;display:block;margin-top:22%;margin-  
bottom:0%"
border-top: 2px solid #5f6c4d;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
border-left: 2px solid #5f6c4d;
width: 180px; height: 100px;
font-weight: bold;" />
</FORM>

1 个答案:

答案 0 :(得分:1)

您问题代码中突出显示的文字应该会给您提示。您有一个双引号(to)过早地结束"标记。试试这个:

style