Prev Next

06g padding: forms

Change the padding and colors to make the form pretty.

element {
  color: green;
  background: black;

  border-color: red;
  border-width: 20px;
  border-style: dotted;
  border-radius: 20px;

  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

School Registration

Name

Level