Add a new CSS class in Chrome developer tool

Viewed 9215

Is it possible to add a whole new CSS class like this in Chrome dev tools?

.myclass {
    background-color: yellow;
}
1 Answers
Related