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
I want to add the effect of CSS file in GO code. HTML is added to it. Can somebody say how to add CSS file.
The text was updated successfully, but these errors were encountered:
That's a bit unclear. Mainly, what do you mean when you say:
HTML is added to it.
Were you able to add an HTML template to your Go code as suggested to you in your previous issue HOW TO USE HTML WITH GO #29?
If so, simply linking in a external CSS file in the head element of your template would work well for moderate amounts of styling rules.
Sorry, something went wrong.
No branches or pull requests
I want to add the effect of CSS file in GO code. HTML is added to it. Can somebody say how to add CSS file.
The text was updated successfully, but these errors were encountered: