Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Mickey Haile London class 9-HTML-CSS-Coursework-Week3 - #462

Open
mickeyhaile2 wants to merge 5 commits into
CodeYourFuture:masterfrom
mickeyhaile2:master
Open

Mickey Haile London class 9-HTML-CSS-Coursework-Week3#462
mickeyhaile2 wants to merge 5 commits into
CodeYourFuture:masterfrom
mickeyhaile2:master

Conversation

@mickeyhaile2

Copy link
Copy Markdown

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@JDysiewicz JDysiewicz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HTML looks clean and makes sense, just be careful when linking out to images. The link either needs to be relative to the file you're in (../images/pic1.png), or absolute based on the root of the project directory (/images/pic1.png). If you've got C:/Users/... in the path then it won't work on other people's machines

Comment thread gallery.css
Comment on lines +2 to +5
width: 24rem;
margin: 4rem;
padding: 2rem;
background-color: white;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice relative units

Comment thread gallery.html
<h3>Italian cake</h3>
<p>Quos sunt non labore ab dicta ea sequi error, sapiente asperiores quas.</p>
</div>
<img class="icon" src="C:\Users\User\Documents\GitHub\HTML-CSS-Coursework-Week3\.github\image\istockphoto-1336693912-612x612.jpg">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

careful using absolute paths when importing; the path you need to use is either relative to the file you'r ein (gallery.html), or absolute based on the root of your project directory (which your .git folder is)

@JDysiewicz JDysiewicz added the reviewed A mentor has reviewed this PR label Jan 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

reviewed A mentor has reviewed this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants