Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dazaev submitting my css mockup lab #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dazaevvc
Copy link

No description provided.

@dazaevvc dazaevvc changed the title css mockup lab Dazaev submitting my css mockup lab Sep 14, 2017
Copy link

@BritneyJo BritneyJo left a comment

Choose a reason for hiding this comment

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

Be sure to check yourself for repetitions. For instance you wrote text-decoration:none; multiple times throughout your CSS so many consider adding that to one selector at the beginning so you can keep your code DRY.

}
body{
width: 90%;
border-left: solid rgba(173, 173, 173, 1) 5px;

Choose a reason for hiding this comment

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

When adding values to the border property, you should specify in this order: width, style, color.


}
footer nav a{
color: #ffcb85;

Choose a reason for hiding this comment

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

Sometimes you are setting the color with RGB, other times it's with hex code. Try to be consistent in what you choose so it's easier to identify colors that are the same.

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