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

Any chance to include a footer ? #10

Open
ghost opened this issue Aug 23, 2022 · 0 comments
Open

Any chance to include a footer ? #10

ghost opened this issue Aug 23, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2022

This is very beautiful template, is it possible to have a footer on the end of the page ?

This is where I'm at right now:

  <ul>
    <li class="scroll-to-link active" data-target="<%= menu.contents[0] %>">
      <a><%= menu.contents[0] %></a>
    </li>
    <li class="scroll-to-link" data-target="<%= menu.contents[1] %>">
      <a><%= menu.contents[1] %></a>
    </li>
    <li class="scroll-to-link" data-target="<%= menu.contents[2] %>">
      <a><%= menu.contents[2] %></a>
    </li>
    <a class="to-end" href="/thanks">Thanks</a>
    <li>
      <a href="/">Homepage</a>
    </li>
  </ul>

So I've added an element to the list of ul#li and styled that with:

.to-end {
    position: absolute;
    bottom: 0;
    size: 1rem;
}

It looks fine, but not on the phone size screens.
Thanks

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

0 participants