Skip to content

london_class9_Meysam_Arshadi_HTML_CSS_Week_2 - #500

Open
Meysam-Arshadi wants to merge 31 commits into
CodeYourFuture:masterfrom
Meysam-Arshadi:master
Open

london_class9_Meysam_Arshadi_HTML_CSS_Week_2#500
Meysam-Arshadi wants to merge 31 commits into
CodeYourFuture:masterfrom
Meysam-Arshadi:master

Conversation

@Meysam-Arshadi

@Meysam-Arshadi Meysam-Arshadi commented Oct 26, 2022

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: Meysam Arshadi
  • Your City: London
  • Your Slack Name: Meysam-Arshadi

Homework Details

  • Module: HTML/CSS
  • Week: 2

Notes

  • What did you find easy? Structuring HTML

  • What did you find hard? Working with Flex boxes and finding the correct CSS class for parent/child elements

  • What do you still not understand? Flex box!!

  • Any other notes?


View rendered README.md

Comment thread README.md

### Set up

- **Fork and clone** this repo.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Usually you want have in the PR only changes related to the feature. Linter often change existing code, this should be avoided as it will make the file history harder to read (continuous changes on the "blame" section and history that are not feature related and wrong authors compared to the original author). This is , of course, more related to a work environment than this solo project, but thought to mention for the future :)

Comment thread css/store.css
display: block;
margin-top: 40;
margin-bottom: 0.5em;
margin-left: 100px;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

rem are usually more responsive than pixels, you can read more https://chiamakaikeanyi.dev/sizing-in-css-px-vs-em-vs-rem/

Comment thread index.html
</div>

<!-- Article Two Starts Here -->
<h1 style="font-size: 3vw">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

try to not mix styling on the object and css, it could make harder to find the source of a specific change if you need to

Comment thread css/style.css
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

try justify-content: space-around; in addition to give a specific width I.E. 200px to each of the subsections main-links

Comment thread css/style.css
flex-direction: column;
align-items: center;
align-content: space-between;
text-align: center;

@nuclear-pasta nuclear-pasta Nov 12, 2022

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

try to give a fixed width and remove all the paddings. So that all the images will fit in the space you give them and you don't have to worry about the fact that the image you are providing may have different sizes

Comment thread css/style.css

.img-resize {
width: 40%;
padding: 60px;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

these may be unnecessary if you give a fixed width to the parent container

Comment thread index.html
</main>
<hr />

<!-- Footer One Starts Here -->

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I think there may be something wrong with this. It seems to have generated a column of a tag on the right.
Screenshot 2022-11-12 at 14 11 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants