Newer
Older
2020-kazuki / Zoom.css
@adachi kazuki adachi kazuki on 17 Sep 2021 552 bytes Update Zoom.css
h1 {text-align:center;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/}
li {font-size:150%;}
ul li dl{
        margin-top: 0;
        margin-bottom: 0;
    }
p{font-size:150%;
	text-indent:1em;
}
h3:before {	text-indent:1em;
    content: counter(number) "-" counter(section);
}
h3 {	text-indent:1em;
    counter-increment: section;
}
h2:before {
    content:  counter(number) ".";
}
h2 {
    counter-increment: number;
}
body{background-color:linen;}