You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
921 B
CSS

html,
body {
margin: 0;
font-size: 1.125rem;
line-height: 1.4;
}
.title {
text-align: center;
margin-top: 32px;
margin-bottom: 0;
}
.meta {
text-align: center;
margin-bottom: 32px;
}
.contents {
max-width: 800px;
margin: 0 auto;
padding: 0 32px;
}
.intro {
background-color: tomato;
border-radius: 16px;
padding: 16px;
}
h2 {
margin-top: 0;
margin-bottom: 16px;
font-weight: normal;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
li + li {
margin-top: 1em;
}
a {
color: tomato;
}
a::after {
content: "⤴";
}
.process {
margin: 32px auto;
}
pre.prettyprint {
padding: 8px !important;
font-size: 14px;
white-space: pre-wrap;
}
.result {
margin: 16px auto;
width: 100%;
text-align: justify;
padding: 8px;
border: 2px dotted currentColor;
}
.text1 {
color: currentColor;
}
.text2 {
color: dodgerblue;
}
.result span::after {
content: " ";
}
.demo {
margin-top: 32px;
}