rewrite page design using html5.

This commit is contained in:
2021-10-28 16:16:34 +09:00
parent d79f1aa172
commit 609ac5b7db
2 changed files with 79 additions and 40 deletions

View File

@ -1,5 +1,5 @@
body {
margin: 2em 1em 2em 70px;
margin: 2em 1em 0 3em;
color: black;
background: white;
background-position: top left;
@ -9,19 +9,19 @@ body {
text-align: center;
}
th.requirement { background-color: #ff66ff; color: black; }
h1 { text-align: center; }
h2, h3, h4, h5, h6 { text-align: left; }
h1 { color: black; font: 120% sans-serif; font-weight: bold; }
h2 { color: #005A9C; font: 110%; font-weight: medium; }
h3 { color: #001A4C; font: 105% sans-serif; font-weight: medium; }
h4 { color: #007A9C; font: 90% sans-serif; font-weight: medium; }
h5 { color: #005A9C; font: italic 80% sans-serif; }
h6 { font: small-caps 70% sans-serif; }
h1 {text-align: center}
h2, h3, h4, h5, h6 { text-align: left }
h1 { color: black; font: 120% sans-serif; font-weight: bold}
h2 { color: #005A9C; font: 110%; font-weight: medium}
h3 { color: #001A4C; font: 105% sans-serif; font-weight: medium}
h4 { color: #007A9C; font: 90% sans-serif; font-weight: medium}
h5 { color: #005A9C; font: italic 80% sans-serif }
h6 { font: small-caps 70% sans-serif }
img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
main { display: flex; flex-wrap: wrap; }
main div.graph { margin: 5px auto; }
main div.range-select span { color: blue; text-decoration: underline; cursor: pointer; }
pre {
background-color: lightcyan;
text-color: black;
}