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

Suggestion Background issue #5

Open
EleonoraCarrano opened this issue Jul 1, 2020 · 2 comments
Open

Suggestion Background issue #5

EleonoraCarrano opened this issue Jul 1, 2020 · 2 comments

Comments

@EleonoraCarrano
Copy link

Hi Jeferson,
I have a suggestion about this effect
I think is better to add this line to CSS

#canvas { position: fixed;}

and you need to correct this

*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100vh}

with this

*{margin:0;padding:0;box-sizing:border-box}canvas{display:flex;margin:0 auto;width:100%;height:100%}

@JefersonLucas
Copy link
Owner

Hello Eleonora, how are you?
I liked your suggestion to add a reset css.
I suggest that you fork and open these modifications to your name as a contributor to the project. I also suggest that you add your name in authors, thanks!

@JefersonLucas
Copy link
Owner

Sorry for the delay in responding to this post, it was a long time away.

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

2 participants