Skip to content

Leaves - Julia K#49

Open
Kalakalot wants to merge 3 commits into
Ada-C12:masterfrom
Kalakalot:master
Open

Leaves - Julia K#49
Kalakalot wants to merge 3 commits into
Ada-C12:masterfrom
Kalakalot:master

Conversation

@Kalakalot

Copy link
Copy Markdown

Startrly

Congratulations! You're submitting your assignment.

Comprehension Questions

Question Answer
Describe a time you chose to use flexbox
Describe a time you chose to use CSS Grid
What was a challenge you overcame in this project?
What concept did you get the most clarity on through Startrly?

@Kalakalot Kalakalot changed the title Julia K Branches - Julia K Sep 20, 2019
@Kalakalot Kalakalot changed the title Branches - Julia K Leaves - Julia K Sep 20, 2019
Comment thread styles/styles.css
}

nav {
font-size: .9em;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good use of relative units for fonts.

Comment thread styles/styles.css
width: 100%;
margin: 1 1rem;
padding: 20px;
transform: translateY(-1rem);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Very cool! I've never heard of this before!

Comment thread index.html
<html>
<head>
<meta charset="utf-8">
<link href="styles/styles.css" rel="stylesheet">

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 normalize is supposed to be on top of stylesheet to help avoid cascading conflict style issues?

Comment thread index.html
<section>
<div class="blockquote">
<blockquote>
<div class="quote">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good use of classes to double-dip CSS styling to make it apply to both sections!

Comment thread styles/styles.css
@@ -0,0 +1,177 @@
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300i&display=swap');

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hmmm. Totally different from how I did it but works well! Good job!

@CEsGutierrez

Copy link
Copy Markdown

Good job overall. I am impressed by your use of classes as they will scale well with multiple sections that are supposed to share properties. A possible improvement might be to use more descriptive class names to make the code easier to read, but that's purely an opinion. Well done!! :)

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