I can’t for the life of me figure this out. I’ve tried both of these iterations but get errors when I submit:
-
{
border-style: dashed;
border-width: 1px;
border-color: #0000ff;
}
“It looks like your border-width isn’t 1px” -
{
border: 1px dashed #0000ff;
}
“It looks like your border-width isn’t 1px”
Can anybody help?