CSS : selectors and pseudo-selectors
What are selectors and why should we learn them ?
When we have to style an HTML element we go with this approach
h1 {
color: #12B0E8;
}
It will work as intended and change the color of all the "h1" elements inside the html file with the given color,...
pankajkb.hashnode.dev3 min read
Abdulmumin Yaqeen
Developer
Very helpful to me ๐