Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/7c696d0eb08dce32fa5b616c41de1995 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/7c696d0eb08dce32fa5b616c41de1995 to your computer and use it in GitHub Desktop.
/* Stylesheet: Gaestebuch */
h1{
font-family: Helvetica;
font-size: 1.5em;
color: #000000;
}
p {
font-family: Helvetica;
font-size: 1.0em;
color: #000000;
display: block;
}
table {
width: 700px;
}
input {
width: 500px;
}
textarea {
width: 500px;
}
@media screen and (max-width: 700px) {
table {
max-width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment