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

London10-Afsha Hossain-HTML/CSS - Week 1 #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Afsha10
Copy link

@Afsha10 Afsha10 commented Feb 6, 2023

… page

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?

Comment on lines +32 to +36
.menu {
display: flex;
flex-direction: row;
justify-content: center;
}

Choose a reason for hiding this comment

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

this is great. It is best practise using the class

Comment on lines +38 to +61
button {
padding: 1rem 1rem;
margin: 1rem;
font-size: 20px;
border-radius: 10px;
}

main {
padding: 2rem;
}

article {
margin: 5rem 0;
}


article:first-child {
font-size: larger;
color: darkblue;
}

footer {
text-align: center;
}

Choose a reason for hiding this comment

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

The styles are good. Maybe try and do it with the css class like you did on line 32

<main>
<article>
<h2>Experiencing Peace and Joy</h2>
<img src="http://data.freehdw.com/bridge-over-the-green-river.jpg" alt="Lake reflecting green trees surronding the lake. There is a long wooden bridge over the lake">

Choose a reason for hiding this comment

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

can we download the image and link to it with a relative path <img src="images/picture.jpg">

</article>
<article>
<h2>Experiencing Peace</h2>
<img src="http://images.freehdw.com/800/nature-landscapes_other_wooden-house-in-forest_3295.jpg" alt="Small house in a forest. Morning sunrays falling over the trees and top of the house."

Choose a reason for hiding this comment

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

can we download the image and link to it with a relative path <img src="images/picture.jpg">

Comment on lines 49 to 50
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->

Choose a reason for hiding this comment

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

Can we delete these lines that are comments


</article>
</main>
<footer>© 2023 Created with 💚 by Afsha</footer>

Choose a reason for hiding this comment

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

Can we use a html entity, see https://www.w3schools.com/html/html_entities.asp
&copy;

@@ -16,6 +16,36 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<header>
<nav>
<h1>Peace and Joy</h1>

Choose a reason for hiding this comment

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

very good you only have 1 h1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants