Some links do not appear bold after css styling to make the letters bold?

That's because those link in the center are not in a li You could modify your CSS to the following to get the wanted result.

That's because those link in the center are not in a li. You could modify your CSS to the following to get the wanted result: . Content .

Chapter_text a { color: #7e9940; text-decoration: none; font-weight: bold; }.

They are not contained in a li element so the style does not apply. You have to move them into a li or make it like; . Content .

Chapter_text li a, . Content . Chapter_text p a { color: #7e9940; text-decoration: none; font-weight: bold; }.

The links in the middle of the page are not children of an li element, which is what your selector targets.

That's because those link in the center are not in a li . You could modify your CSS to the following to get the wanted result.

They are not contained in a li element so the style does not apply. You have to move them into a li or make it like.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions