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

styling different pages #24

Open
jordan-miguel opened this issue Oct 10, 2017 · 4 comments
Open

styling different pages #24

jordan-miguel opened this issue Oct 10, 2017 · 4 comments

Comments

@jordan-miguel
Copy link

In your screencast you mentioned that the html files for the navigation wouldn't include head, div and body tags..so how would be able to style these different pages?

@curran
Copy link
Owner

curran commented Oct 11, 2017

Probably easiest to have a single CSS file in the root page, then use the various CSS classes in the different pages.

@jordan-miguel
Copy link
Author

That makes sense. The thing is, you mentioned that these .html files are 'partial' and that they shouldn't have html tags such as body & head. If that's the case how can I add more content to these partial .html files, such as divs with images, text etc...sorry if I'm misunderstanding!

@curran
Copy link
Owner

curran commented Oct 11, 2017

You can add divs and nested elements, that should work just fine I think. It's just that there can only be one <head> and <body>, these cannot be nested.

@jordan-miguel
Copy link
Author

jordan-miguel commented Oct 11, 2017 via email

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