Skip to content

Style the Sign Up Form submit button #1

@nbkhope

Description

@nbkhope

Be creative and style the submit button for the sign up form at signup.html

Examples:

HTML

<form class="form">

CSS

.form input[type='submit'],
.form button[type='submit'] {
  padding: 6px 12px;
  width: 100%;
  background-color: #0d6efd;
  color: #ffffff;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions