diff --git a/Zoom.css b/Zoom.css deleted file mode 100644 index 3755a91..0000000 --- a/Zoom.css +++ /dev/null @@ -1,26 +0,0 @@ -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;}