-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
Probably easiest to have a single CSS file in the root page, then use the various CSS classes in the different pages. |
That makes sense. The thing is, you mentioned that these .html files are 'partial' and that they shouldn't have html tags such as |
You can add |
Ok thanks! I'll give a try and let you know how it goes :)
…On Wed, Oct 11, 2017 at 4:43 PM, Curran Kelleher ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANddKUNPjYzOMwKoFqvgTg0AUIX6Wspeks5srOIZgaJpZM4P0p1i>
.
|
In your screencast you mentioned that the html files for the navigation wouldn't include
head
,div
andbody
tags..so how would be able to style these different pages?The text was updated successfully, but these errors were encountered: