diff --git a/setsumei-template.css b/setsumei-template.css index 0b747ec..ccc730b 100644 --- a/setsumei-template.css +++ b/setsumei-template.css @@ -56,20 +56,26 @@ width: 200px; /*幅 200px→6cm*/ height: 100%; /*高さ 100% → 画面の高さいっぱい*/ cursor: pointer; /*マウスポインターが要素にあるときのマウスカーソルの形 指マーク*/ - -webkit-transition: 0.53s transform; /*識別子 -webkit → Google、Chrome、Safari*/ + -webkit-transition: 0.53s transform; /*識別子 -webkit → Google、Chrome、Safari (のとき対応)*/ transition: 0.53s transform; /*変化する際の速度 transform→移動する*/ - -webkit-transition-timing-function: linear; /*トランジションの効果 一定の速度*/ + -webkit-transition-timing-function: linear; /*トランジションの効果 一定の速度(Google、Chrome、Safariのとき対応)*/ transition-timing-function: linear; /*一定の速度*/ background-color: #ffa500; /*背景 色指定*/ } +.botan .nakami p{ + text-align: center; /*真ん中にする*/ + font-size: 10px; /*フォントの大きさ*/ + color: #8b4513; /*テキスト 色指定*/ +} + .botan .nakami ul { - margin: 0; - padding: 0; + margin: 5px; + padding: 2px; } .botan .nakami li { - list-style: none; + list-style: none; /*箇条書きの点をなくす*/ } .botan .nakami li a {