Answers for "all heading tags selector scss"

CSS
0

all heading tags selector scss

@for $index from 1 through 6 {
    h#{$index} {
        color:black;
    }
}
Posted by: Guest on February-20-2021

Browse Popular Code Answers by Language