I noticed that you used the strong tag. You didn't have to add font-weight: bold; to the selector because that's that the strong tag does by default, it bolds things. That being said, I think you should've used a span instead. In general, you use strong to bold things on the fly.
I noticed that you used the strong tag. You didn't have to add
font-weight: bold;
to the selector because that's that the strong tag does by default, it bolds things. That being said, I think you should've used a span instead. In general, you use strong to bold things on the fly.