- 2
What is the coding scheme of css??
Pls ans..
3 Réponses
+ 6
Css coding scheme:
selector { attribute: value; [ attribute: value; ] }
Css code example:
#customId .customClass { color: red; }
Css code example explanation:
The rule select all child elements from 'customId' element having class attribute 'customClass' and apply to them a red text color...
+ 1
😅
- 1
Uhhh nothing sorry to disturb you