Skip to content

Commit

Permalink
Properly replace the codepen embed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Mar 21, 2024
1 parent c5c0c0b commit ad7c9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/html_css/html-foundations/links-and-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ It is a good habit to always specify these attributes on every image, even when

Here is our Odin Project logo example with height and width tags included:

<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="PoXJKvy" data-user="TheOdinProjectExamples" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="PogmYGp" data-user="TheOdinProjectExamples" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/TheOdinProjectExamples/pen/PogmYGp">
Image Height and Width Attributes</a> by TheOdinProject (<a href="https://codepen.io/TheOdinProjectExamples">@TheOdinProjectExamples</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
Expand Down

0 comments on commit ad7c9d0

Please sign in to comment.