no4css.html

戻り猫
css リスト

no4.css

body {   /*  body 部分の 設定 文字 と 背景                 */
        color: #000000;                 /* 文字色 黒       */
        background-color: #ffff99;      /* 背景色 #ffff99   */
/*    周りの設定 と line-height 重要                       */
        margin-top: 2%;
        margin-bottom: 1%;
        margin-left: 5%;
        margin-right: 5%;

        padding-top:10px;
        padding-right:5px;
        padding-left:5px;
        padding-bottom:10px;
        border-width: 15px 5px 5px 10px;
        border-color: #ffaaaa;
        border-style: inset;
	font-size: 1.03em;
        line-height: 1.2em;
}



戻り猫
css リスト
Copyright © 2004.-2007. nyantarou All Rights Reserved.