You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exercise advises the user to create this selector: div.float-left { float: left; }
... which causes a warning in the code editor which says that the element is over-qualified, just use .float-left:
Not a big deal, but I imagine a user might be confused about why the workshop is telling them to do 2 different things.
Also in this exercise, 2 other warnings pop up about the repercussions of using padding & border along with width. It's a great warning, and it makes sense to introduce the user to this warning before introducing box-sizing... but maybe there could be a little parenthetical note in the exercise instructions telling the user to ignore the warning for now, and that it's just a warning (some users might not be familiar with the icon and might mistake it for an error symbol).
The text was updated successfully, but these errors were encountered:
The exercise advises the user to create this selector:
div.float-left { float: left; }
... which causes a warning in the code editor which says that the element is over-qualified, just use .float-left:
Not a big deal, but I imagine a user might be confused about why the workshop is telling them to do 2 different things.
Also in this exercise, 2 other warnings pop up about the repercussions of using padding & border along with width. It's a great warning, and it makes sense to introduce the user to this warning before introducing box-sizing... but maybe there could be a little parenthetical note in the exercise instructions telling the user to ignore the warning for now, and that it's just a warning (some users might not be familiar with the icon and might mistake it for an error symbol).
The text was updated successfully, but these errors were encountered: