Newer
Older
about-Leaflet / styles.css
@SugawaraMiyu SugawaraMiyu on 9 Jul 2024 578 bytes Update styles.css
.main{
              width: 100%;              /* 幅指定                          */
              background-color: #88A476;   /* 背景色指定(黒色)                */
              text-align: center;       /* テキスト表示位置指定(中央寄せ)  */
}
 
.text{
              font-size:30px;           /* 文字サイズ指定                  */
              color: #fff;              /* 色指定(白色)                    */
}
body {
    background-color: #E6E6FA; /* アイボリーの背景色 */
    color: #000000; 
}
li {
    list-style-type: none;
}