Answers for "define css class for div span"

CSS
1

css access span class inside div

.yourDiv span.yourSpan {
    /* your style */
}
Posted by: Guest on June-07-2021

Browse Popular Code Answers by Language