Skip to content

Commit 5ca751e

Browse files
committed
Main: Images grouped in divs
1 parent 4da0029 commit 5ca751e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

01-html/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ <h3>Basic Text Elements</h3>
4242
<li>Have lunch</li>
4343
<li>...</li>
4444
</ol>
45+
46+
<h3>Images</h3>
47+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum, repellendus, facere eaque maiores cupiditate
48+
distinctio nisi repellat sint esse deserunt ex cum non molestias, explicabo nemo aspernatur voluptatem dolor!
49+
Beatae.
50+
</p>
51+
<div>
52+
<img alt="generative ai schema" src="./images/generative-ai.png">
53+
<img alt="dall-e example image" src="./images/dall-e.png">
54+
</div>
55+
<div>
56+
<img alt="AI generated ribbons 1" src="./images/cover-bg.png" width="300">
57+
<img alt="AI generated ribbons 2" src="./images/cover-bg.jpg" width="300">
58+
</div>
4559
</main>
4660
</body>
4761

0 commit comments

Comments
 (0)