-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels