no5css.html

戻り猫
css リスト

no5.css

body {   /*  body 部分の 設定 文字 と 背景                 */
        color: #000000;                 /* 文字色 黒       */
        background-color: #ffffff;      /* 背景色 白   */
/*    周りの設定 と 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: 3px 3px 3px 3px;
        border-color: #88fbcb;
        border-style: inset;
	font-size: 1.03em;
        line-height: 1.2em;
/*	font-family  serif sans-serif cursive  fantasy monospace */
/* 	font-style normal  italic  oblique  inherit		 */
/*   font-weight normal  bold  bolder  lighter  100  200  300    */
/*               400  500  600   700  800  900  inherit	         */

}
.font1{
font-family :italic; font-size: 2.03em;
}
.font2{
font-family :sans-serif; font-size: 2.03em;
}
.font3{
font-family :cursive; font-size: 2.03em;
}
.font4{
font-family :fantasy; font-size: 2.03em;
}
.font5{
font-family :monospace; font-size: 2.03em;
}
.font6{
font-family :fantasy; font-style : italic; font-size: 1.23em;
color :#ff0000;
}
.font7{
font-family :fantasy; font-style : italic; font-size: 1.53em;
color :#ff00ff; font-weight : 800;
}

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