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

💅 CSS #33

Open
sarahyjja opened this issue Mar 20, 2020 · 0 comments
Open

💅 CSS #33

sarahyjja opened this issue Mar 20, 2020 · 0 comments

Comments

@sarahyjja
Copy link

The style is very simple and classy, I really like it, and I'm not saying that to everyone believe me! ^^

Be sure that you really understand what's happening in your CSS:

  • naming : have you choose it or copy paste it from another website? There is nothing wrong with that, just be sure that you understand it, that you know what you are impacting. You can refactor it and make it clearer for anyone else (eg:
    color: var(--clr-orange);
    scale: 2rem;
    cursor: pointer;
  • Best practices : it's generally better to follow a hierachy in tags like .classes first, then #id and then then defining the tag as ul/li/h1. You will be less stuck in bigger project!
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

No branches or pull requests

1 participant