Warning: Style property values shouldn't contain a semicolon. Try "border: 2px solid black" instead.
in table
in div
in TodoList
in div
in TodoBox
Warning: Style property values shouldn't contain a semicolon. Try "border: 1px solid black" instead.
in td
in tr
in Todo
in tbody
in table
in div
in TodoList
in div
in TodoBox
But if I remove the semicolon, I can't pass the verification.
It's weird though.
If I verify it:
If I run it, there's below warning:
But if I remove the semicolon, I can't pass the verification. It's weird though.