Trying to change the border colour of a div element with the class .border
, how do you change the colour of this to a non-bootstrap specified color in css, i.e
.border{
color: #E9C8FF;
}
Trying to change the border colour of a div element with the class .border
, how do you change the colour of this to a non-bootstrap specified color in css, i.e
.border{
color: #E9C8FF;
}