I've been given the following as a template for some css:
.customError { …... }
.customError p { …… }
.customError p strong { ….. }
for the first I'd simply do something like <p class="customError"....
but how would I assign the second 2?
I've been given the following as a template for some css:
.customError { …... }
.customError p { …… }
.customError p strong { ….. }
for the first I'd simply do something like <p class="customError"....
but how would I assign the second 2?