告诉我们发生了什么:
在Design a Parent Teacher Conference Form的第35步骤中,我已经将border:none;设置完毕了,但是依旧一直弹窗显示我应该将border设置为none,我设置为0也不行,这一步骤怎么也过不去,然后我就跳课程了,但是这让我体验比较糟糕
到目前为止你的代码
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
.submit-btn {
cursor: pointer;
background-color: royalblue;
color: whitesmoke;
border: none ;
border-radius: 6px;
padding: 12px 20px;
}
/* User Editable Region */
你的浏览器信息:
用户代理是: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0
挑战信息:
Design a Parent Teacher Conference Form - 步骤35