Skip to content

03 - main part 2 - images and divs #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 02-main-part-1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions 01-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ <h3>Basic Text Elements</h3>
<li>Have lunch</li>
<li>...</li>
</ol>

<h3>Images</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nostrum, repellendus, facere eaque maiores cupiditate
distinctio nisi repellat sint esse deserunt ex cum non molestias, explicabo nemo aspernatur voluptatem dolor!
Beatae.
</p>
<div>
<img alt="generative ai schema" src="./images/generative-ai.png">
<img alt="dall-e example image" src="./images/dall-e.png">
</div>
<div>
<img alt="AI generated ribbons 1" src="./images/cover-bg.png" width="300">
<img alt="AI generated ribbons 2" src="./images/cover-bg.jpg" width="300">
</div>
</main>
</body>

Expand Down