Webbserver - Love Blomberg

Show sourcecode

The following files exists in this folder. Click to view.

public_html/gamla-kurser/webbutv1/projekt/MemoRing/pages/contact/

contact.css
index.html

contact.css

29 lines ASCII Windows (CRLF)
form {
  font-family: 'Reddit Mono', monospace;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-around;
    margin-top: 50px;
    border: 1px solid white;
    padding: 25px;
}

form input {
    margin: 10px;
    padding: 10px;
}

#submit {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .page-title {
    margin-top: 6em;
  }
  form {
    border-right: none;
    border-left: none;
  }
}