
Kirk S. answered 08/14/19
Style expert
I am not sure exactly what you are asking. If you are wanting inline css then you add it to the tags in the HTML hence it being called inline.
If you are wanting to change something in with css then you need to give it either a class or an ID so it can be called out in the css independently in order to style it.