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 best practices #11

Open
rebel216 opened this issue Sep 27, 2022 · 0 comments
Open

CSS best practices #11

rebel216 opened this issue Sep 27, 2022 · 0 comments

Comments

@rebel216
Copy link
Owner

rebel216 commented Sep 27, 2022

By using the DRY method, these statements are going to be more clear and easier to change:

box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

border-bottom: 2px solid #f1f2f5;

border-bottom: 2px solid #f1f2f5;

color: rgb(13, 13, 13);

box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

@rebel216 rebel216 changed the title By using the DRY method, these statements are going to be more clear and easier to change: CSS best practices Sep 27, 2022
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