Skip to content

Add a footer to the Reset Password page #67

@nbkhope

Description

@nbkhope

What is a footer?

It's the area of the website usually at the end. Looks like this:

image

Instructions

Use the <footer> tag after the main content.

You can be creative about what to include there. But if unsure, just the copyright message should be enough. For example:

HTML

<footer class="site-footer">
  Copyright &copy; 2024 Site Title
</footer>

CSS

.site-footer {
  padding: 8px;
  background-color: #000000;
  color: #ffffff;
}

(Change the style to what you think looks nice)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions