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

Draw linear gradient in block background #308

Open
wants to merge 3 commits into
base: HtmlViewer-11.9
Choose a base branch
from

Conversation

kandys
Copy link

@kandys kandys commented Oct 20, 2021

We can draw linear gradient with 3 parameters:
background-color: linear-gradient(to top, #ffffff, #6699ff);
background-color: linear-gradient(to bottom, green, silver);
background-color: linear-gradient(0deg, red, blue);

Fix #307

Кононов Андрей Сергеевич added 3 commits October 20, 2021 13:38
We can draw linear gradient with 3 parameters:
  background-color: linear-gradient(to top, #ffffff, #6699ff);
  background-color: linear-gradient(to bottom, green, silver);
  background-color: linear-gradient(0deg, red, blue);

Fix BerndGabriel#307
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.

Can't draw linear gradient in block background
1 participant