Skip to content

Ports - Angela#31

Open
AngelaOh wants to merge 1 commit intoAda-C11:masterfrom
AngelaOh:master
Open

Ports - Angela#31
AngelaOh wants to merge 1 commit intoAda-C11:masterfrom
AngelaOh:master

Conversation

@AngelaOh
Copy link

@AngelaOh AngelaOh commented Apr 5, 2019

;
'

Startrly

Congratulations! You're submitting your assignment.

Comprehension Questions

Feature Feedback
How are CSS Grid & Flexbox similar They allow you to align different items in a container.
Give one example where you choose Flexbox over Grid I used Flexbox for the meet the team section because they did not need to be aligned by column but just needed wrapping into two rows.
Where did you choose to use CSS Grid and why did you make that decision I used CSS Grid for the footer because I wanted to be able to control the size of whitespace below text and position the specific unordered lists.
What was the hardest part of this assignment, and why was it difficult Being able to manipulate specific images and or lines within their positioning.
What concept did you get the most clarity on through Startrly? I got clarity in seeing how one could next grids and flexboxes.

Copy link

@bonara bonara left a comment

Choose a reason for hiding this comment

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

Great job! I like how you used both grid and flex box evenly through your code. Your selectors were very specific! Maybe we can DRY up the code little bit? For instance, adding list-style: none to ul element will allow you to remove it from the specific lists.

/* border: solid; */
grid-column-start: 3;
grid-row-start: 2;
}
Copy link

Choose a reason for hiding this comment

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

Great job! I like how you used grid here and nth-of-type selector. I noticed that you had 2 rows and only second one was used. Was it intentional?

width: 100%;
padding-top: 3%;
padding-bottom: 3%;
}
Copy link

Choose a reason for hiding this comment

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

I like how your selectors are very specific which might be great if html changes in the future. However, if you are applying the same style to all h2 elements, it might be good to just target h2 element.

Copy link

@bonara bonara left a comment

Choose a reason for hiding this comment

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

Great job! I like how you used both grid and flex box evenly through your code. Your selectors were very specific! Maybe we can DRY up the code little bit? For instance, adding list-style: none to ul element will allow you to remove it from the specific lists. Overall your page looks great :)

#sponsors ul li {
margin-left: 5px;
margin-right: 5px;
/* width: 25%; */
Copy link

Choose a reason for hiding this comment

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

Great use of flex boxes for the team and sponsors elements!

}
#footer ul li{
/* background-color: yellow; */
/* text-align: left; */
Copy link

Choose a reason for hiding this comment

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

Your footer looks really nice! Again, great use of grid :)

}
#team li span{
/* border: solid; */
text-align: center;
Copy link

Choose a reason for hiding this comment

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

It's really cool how you implemented grid inside the flex box! I learned something new :)

grid-row-start: 2;
}
.quote p::before {
content: "--";
Copy link

Choose a reason for hiding this comment

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

Great use of ::before pseudo-element!

height: 15em;
display: grid;
grid-template: 1fr 1fr 1fr 1fr / 1fr 5fr 1.5fr .5fr;
font-style: italic;
Copy link

Choose a reason for hiding this comment

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

Your quote is aligned really nicely! I like how you used Grid here!

font-size: 1.9vw;
overflow-wrap: break-word;
position: static;
line-height: normal;
Copy link

Choose a reason for hiding this comment

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

I like how you used vw in your font-size instead of px!

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