Is it possible to add a whole new CSS class like this in Chrome dev tools?
.myclass {
background-color: yellow;
}
Is it possible to add a whole new CSS class like this in Chrome dev tools?
.myclass {
background-color: yellow;
}