Помогите разобраться в задаче №13 Веб- разработка. Всё делаю правильно, но в результате последнее изображение не умещается. Из за чего это может быть? Изображения брал из галереи, они там стандартные. Ни каких ошибок не выдает.
h1 {
color: red;
}
h1 {
font-size: 7em;
}
h2 {
/* Change the number to change the size of the header text. */
font-size: 3em;
}
h3 {
font-size: 1.5em;
}
li {
font-size:1.5em;
}
Wanted
hitman
For Reckless, Inhuman Crimes:
robbery1
blackmail2
murder3
fraud4
Reward: 10000$
Known Accomplices
fast
<div>
<h3>lino</h3>
</div>
<!-- Add a third accomplice here. Choose whether they are class "captured". -->
<img src="https://codecombat.com/file/db/thang.type/5536f88c428ddac5686fd00c/portrait.png"/>
<h3>harry</h3>
here is the tranlation of what they were saying:
Help you understand the problem number 13 Web development. I do everything right, but as a result the last image does not fit. What could it be for? The images were taken from the gallery, they are standard there. He doesn’t make any mistakes.
Привет и добро пожаловать в кодкомбат дискурса! Это уютный форум, где вы можете поделиться идеями, поделиться фан-артом, получить помощь для кода и т.д.! Прежде чем продолжить, мы надеемся, что вы просмотрите «эту тему» (Welcome to CodeCombat Discourse Forums!), которая показывает все необходимое этой доски! Спасибо!
Здравствуйте, не могли бы вы правильно отформатировать свой код? Не могли бы вы прислать мне ссылку на этот уровень? Спасибо!
Как правильно отформатировать код : [Essentials] How To Post/Format Your Code Correctly
Lydia
Вы читали статью, которую я вам отправил? Все, что вам нужно сделать, это скопировать свой код с уровня. Зайдите на форум, ответьте, нажмите эту кнопку </> и вставьте свой код.
Lydia
typ<style>
h1 {
color: red;
}
h1 {
font-size: 7em;
}
h2 {
/* Change the number to change the size of the header text. */
font-size: 3em;
}
h3 {
font-size: 1.5em;
}
li {
font-size:1.5em;
}
</style>
<h1>Wanted</h1>
<!-- Find an image from the Image Gallery above, or use your own image link -->
<img src="https://codecombat.com/file/db/thang.type/55e1a6e876cb0948c96af9f8/portrait.png"/>
<!-- Who is wanted? -->
<h2>hitman</h2>
<!-- What are they wanted for? -->
<h3>For Reckless, Inhuman Crimes:</h3>
<ul>
<li>robbery1</li>
<li>blackmail2</li>
<li>murder3</li>
<li>fraud4</li>
</ul>
<!-- What is the reward? -->
<h2>Reward: 10000$</h2>
<!-- Who are their partners in crime? -->
<h3>Known Accomplices</h3>
<div>
<div>
<img src="https://codecombat.com/file/db/thang.type/529e5d756febb9ca7e00000a/portrait.png"/>
<h3>fast</h3>
</div>
<div>
<img src="https://codecombat.com/file/db/thang.type/55370661428ddac5686fd026/portrait.png"/>
<h3>lino</h3>
</div>
<!-- Add a third accomplice here. Choose whether they are class "captured". -->
<img src="https://codecombat.com/file/db/thang.type/5536f88c428ddac5686fd00c/portrait.png"/>
<h3>harry</h3>
</div>
<!-- How do want them captured? -->
<h2>Capture Alive Only</h2>
e or paste code here