Skip to content

Commit

Permalink
fixed missing pics and made gave liberty for pre code format to the user
Browse files Browse the repository at this point in the history
  • Loading branch information
Speyll committed Dec 21, 2024
1 parent 673cb41 commit 0bb1f8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ <h2>Text Sections</h2>

<h2>Images</h2>
<p>Plain <code>&lt;img&gt;</code> element</p>
<img src="https://placekitten.com/480/480" alt="Photo of a kitten">
<img src="https://placecats.com/480/480" alt="Photo of a kitten">

<p><code>&lt;figure&gt;</code> element with <code>&lt;img&gt;</code> and <code>&lt;figcaption&gt;</code> elements</p>
<figure><img src="https://placekitten.com/420/420" alt="Photo of a kitten">
<figure><img src="https://placecats.com/420/420" alt="Photo of a kitten">
<figcaption>Here is a caption for this image.</figcaption></figure>

<p>Background images<p>
<figure style="background-image:url('https://placekitten.com/300/300'); width:300px; height: 300px;"></figure>
<figure style="background-image:url('https://placecats.com/300/300'); width:300px; height: 300px;"></figure>

<h2>Progress</h2>
<label for="progress-bar">No attributes (indeterminate)</label>
Expand Down
2 changes: 1 addition & 1 deletion suCSS-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion suCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ pre {
padding: .625rem;
overflow: auto;
font-style: monospace;
white-space: pre-wrap;
white-space: pre;
}

p code,
Expand Down

0 comments on commit 0bb1f8d

Please sign in to comment.