Skip to content

Commit

Permalink
added HW #3 after fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariya-Artemenko committed Oct 24, 2023
1 parent b86ae8c commit 120e256
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,35 +95,35 @@ <h3>Weaknesses:</h3>
</div>
</article>
<article class="pokemon_card">
<div class="pokemon_overview">
<img src="./images/pokemon_card_image.png" alt="Pokémon Urshifu">
<h2>Urshifu</h2>
</div>
<div class="pokemon_features">
<p>
<span>Height:</span>6' 03"
</p>
<p>
<span>Weight:</span>231.5 lbs<
</p>
<p>
<span>Number:</span>0002
</p>
</div>
<div class="pokemon_type">
<h3>Type:</h3>
<ul class="type_list">
<li class="yellow_type">Fighting</li>
<li class="red_type">Dark</li>
</ul>
</div>
<div class="pokemon_weakness">
<h3>Weaknesses:</h3>
<ul class="type_list">
<li class="pink_type">Fairy</li>
<li class="blue_type">Flying</li>
</ul>
</div>
<div class="pokemon_overview">
<img src="./images/pokemon_card_image.png" alt="Pokémon Urshifu">
<h2>Urshifu</h2>
</div>
<div class="pokemon_features">
<p>
<span>Height:</span>6' 03"
</p>
<p>
<span>Weight:</span>231.5 lbs<
</p>
<p>
<span>Number:</span>0002
</p>
</div>
<div class="pokemon_type">
<h3>Type:</h3>
<ul class="type_list">
<li class="yellow_type">Fighting</li>
<li class="red_type">Dark</li>
</ul>
</div>
<div class="pokemon_weakness">
<h3>Weaknesses:</h3>
<ul class="type_list">
<li class="pink_type">Fairy</li>
<li class="blue_type">Flying</li>
</ul>
</div>
</article>
<article class="pokemon_card">
<div class="pokemon_overview">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body {
.pokemon_card {
width: 251px;
height: 288px;
padding: 12px 12px;
padding: 12px;
border-radius: 12px;
background-color: #ECECEC;
margin: 0 0 25px 25px;
Expand Down Expand Up @@ -97,7 +97,7 @@ body {

.pokemon_features {
margin: 0 0 0 10px;
display:flex;
display: flex;
flex-direction: column;
}

Expand Down

0 comments on commit 120e256

Please sign in to comment.