Skip to content

Comments

Day two css#11

Merged
allyface merged 2 commits intomasterfrom
day-two-css
Mar 13, 2017
Merged

Day two css#11
allyface merged 2 commits intomasterfrom
day-two-css

Conversation

@allyface
Copy link
Owner

No description provided.

@allyface allyface merged commit 7481427 into master Mar 13, 2017
@allyface allyface deleted the day-two-css branch March 13, 2017 15:33
</header>
</div>
</body>
</html>

Choose a reason for hiding this comment

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

With all of this code, I tended to get lost with where it began and where it ended. A little bit more formatting by adding space above and below then making sure things are indented correctly goes a long way in terms of readability.

font-weight: 700;
font-size: .67em;
}

Choose a reason for hiding this comment

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

you can condense this further by putting all the similar attributes together and chaining the classes like so

h1,
h2,
h3,
h4,{
  color: #2f3733;
  font-family: 'Open Sans Condensed', sans-serif;
  etc
} ```

or even combine the similar parts into a "header" class

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