I cant do lesson 3. One selector to rule them all

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again. Make sure that you use the universal selector * to give a border 1px wide.

``` * { border-width: 1px; border: dashed; border-color: #3a5fcd; } ```

make sure your zoom is set to 100% …

otherwise try another browser

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