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

Scot class 5 - zoo webpage - Puoja#36

Closed
sPuoja wants to merge 2 commits intoCodeYourFuture:mainfrom
sPuoja:main
Closed

Scot class 5 - zoo webpage - Puoja#36
sPuoja wants to merge 2 commits intoCodeYourFuture:mainfrom
sPuoja:main

Conversation

@sPuoja
Copy link
Copy Markdown

@sPuoja sPuoja commented Jun 4, 2021

No description provided.

@sPuoja sPuoja changed the title homework homework zoo webpage-Puoja Jun 4, 2021
@sPuoja sPuoja changed the title homework zoo webpage-Puoja Scot class 5 - zoo webpage - Puoja Jun 4, 2021
Copy link
Copy Markdown
Contributor

@bonboh bonboh 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 @sPuoja! I've left some suggestions and tips for you to read, but you don't need to do anything else 👍

}

.image-container img:first-of-type {
/*.image-container img:first-of-type {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Software teams normally don't leave commented code, so we can remove it


.giraffe h2 {
color: #ef6f6c;
.giraffe h2, h3, p {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
.giraffe h2, h3, p {
.giraffe h2, .giraffe h3, .giraffe p {

The h3 and p selectors will apply to all h3s and ps on the webpage, but we only want them to apply to the giraffe section so we can update them to .giraffe h3 and .giraffe p to only apply within the giraffe section

}


.education-container button:hover,:focus{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
.education-container button:hover,:focus{
.education-container button:hover, .education-container button:focus{

Like my other comment, we should update :focus to apply to only the buttons in the learning section



.education-container button:hover,:focus{
background-color: tomato;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🍅

@bonboh bonboh closed this Jun 13, 2021
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