We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would someone be able to provide a sample of using css styling with Swifter? I have not had luck getting it to work...
html { head { style { bgcolor = "#b51f6a;" background = "#b51f6a;" color = "#b51f6a;" } }
Or better yet, an example of using in css file as part of the app resources.
Thanks!
The text was updated successfully, but these errors were encountered:
I used this:
style { inner = """ body { color: pink; background-color: red; } h1 { font-family: "MS Comic Sans"; font-size: 100px; } """ }
You can also move that into a separate String variable to use it in different page contexts.
String
-ch
Sorry, something went wrong.
No branches or pull requests
Would someone be able to provide a sample of using css styling with Swifter? I have not had luck getting it to work...
Or better yet, an example of using in css file as part of the app resources.
Thanks!
The text was updated successfully, but these errors were encountered: