I have the following css:
.isActiveFilter {
color: black;
background-color: rgba(0, 184, 170, .5);
padding: 15px 10px 10px 10px;
border-color: red;
bor
I just want to show you all the cases you can have regarding border color defined in separate classes.
body {
color: blue;
}
.colorbefore {
border-color: red;
}
.easybordered {
border-left: 3px solid;
}
.complexbordered {
border-left-width: 3px;
border-left-style: solid;
}
.colorafter {
border-color: red;
}
Blue
Blue
Red
Red
Red
As already said, what counts is: