.red-text , p и .smaller-image из вашего элемента style чтобы только объявления, оставшиеся в вашем элементе style были h2 и thick-green-border . Затем удалите элемент p , содержащий мертвую ссылку. Затем удалите класс red-text из вашего элемента h2 и замените его на text-primary класс Bootstrap. Наконец, удалите класс «меньшего изображения» из вашего первого элемента img и замените его классом img-responsive .
red-text.
testString: assert(!$("h2").hasClass("red-text"));
- text: Your h2 element should now have the class text-primary.
testString: assert($("h2").hasClass("text-primary"));
- text: Your paragraph elements should no longer use the font Monospace.
testString: assert(!$("p").css("font-family").match(/monospace/i));
- text: Remove the smaller-image class from your top image.
testString: assert(!$("img").hasClass("smaller-image"));
- text: Add the img-responsive class to your top image.
testString: assert($(".img-responsive").length > 1);
```
Click here for cat photos.
Things cats love:
Top 3 things cats hate: