Webbserver - Love Blomberg

Show sourcecode

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

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

index.html
news.css

news.css

32 lines ASCII Windows (CRLF)
@import url('https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200..900&display=swap');

.post {
  font-family: 'Reddit mono', monospace;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid white;
}

.post p {
  margin: 1em;
  margin-left: 10%;
  margin-right: 10%;
}

@media screen and (max-width: 768px) {
  .post {
    width: 75%;
  }
  .post p {
    font-size: small;
  }
  .page-title {
    margin-top: 6em;
  }
  
}