Design a Parent Teacher Conference Form - 步骤35

告诉我们发生了什么:

在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

Github Link: i18n-curriculum/curriculum/challenges/chinese/blocks/workshop-parent-teacher-conference-form/68eb3a06c6adde47584e2721.md at main · freeCodeCamp/i18n-curriculum · GitHub

Welcome to the forum @yejinzhao2004,

This is a known bug that has been reported on GitHub. Some users have reported success using Firefox. But if that doesn’t work for you, please skip this step until this is fixed.

Thank you for your patience.

Happy coding!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.