Skip to content

Instantly share code, notes, and snippets.

@gh640
Last active July 31, 2020 04:29
Show Gist options
  • Select an option

  • Save gh640/29a61f189da5f4322d8d4f4b76b230ea to your computer and use it in GitHub Desktop.

Select an option

Save gh640/29a61f189da5f4322d8d4f4b76b230ea to your computer and use it in GitHub Desktop.
プロジェクト共通の汎用 CSS テンプレート
html,
body {
color: '';
font-family: '';
font-size: 16px;
font-weight: '';
letter-spacing: '';
line-height: '';
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: '';
font-family: '';
font-weight: '';
letter-spacing: '';
line-height: '';
word-break: break-all;
}
p {
margin: 2em 0;
}
pre {
font-size: inherit;
}
blockquote {
}
table {
max-width: 100%;
}
th,
td {
padding: .5em;
}
ol,
ul {
padding-left: 2em;
}
iframe {
max-width: 100%;
}
input,
textarea,
button {
font-size: inherit;
line-height: '';
}
code {
font-size: inherit;
word-break: break-all;
}
img {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment