Leaves- Natalie Tapias#35
Open
NatalieTapias wants to merge 6 commits intoAda-C12:masterfrom
NatalieTapias:master
Open
Leaves- Natalie Tapias#35NatalieTapias wants to merge 6 commits intoAda-C12:masterfrom NatalieTapias:master
NatalieTapias wants to merge 6 commits intoAda-C12:masterfrom
NatalieTapias:master
Conversation
jaitch
reviewed
Sep 20, 2019
| justify-content: space-around; | ||
| flex-flow: row wrap; | ||
| justify-content: space-around; | ||
| } |
jaitch
reviewed
Sep 20, 2019
| flex-basis: auto; | ||
| justify-content: center; | ||
| align-self: space-around; | ||
| background-image: url("../images/tulip.jpeg"); |
jaitch
reviewed
Sep 20, 2019
| font-size: .5rem; | ||
| } | ||
|
|
||
| .block { |
There was a problem hiding this comment.
Way to DRY up your code by styling the two block quotes with the same CSS code.
jaitch
reviewed
Sep 20, 2019
| border: 2px black; | ||
| padding: .5em; | ||
| border-style: solid; | ||
| border-color: black; |
There was a problem hiding this comment.
Do the 'black' here and the one in line 53 do the same thing?
jaitch
reviewed
Sep 20, 2019
|
|
||
|
|
||
|
|
||
| @media screen and (max-width: 600px) { |
There was a problem hiding this comment.
The dynamic-ness of this is so cool!
Is it possible to make the elements horizontal when viewed on a large screen?
| justify-content: space-evenly | ||
| } | ||
|
|
||
| .team ul li { |
There was a problem hiding this comment.
I'm super impressed that you were able to arrange these bears with grid without calling out/assigning each individual bear! And that they stay in formation when the screen dimensions change!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Startrly
Congratulations! You're submitting your assignment.
Comprehension Questions