API-Documentation-HTML-Template
API-Documentation-HTML-Template copied to clipboard
Any chance to include a footer ?
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