esprits top Esprit's Style

    -    エンジニアの足つぼ    -

まとめて

〆 まとめて(すべて)の要素にスタイルを設定します

  * { まとめて設定したいスタイル }

bodyに対してスタイルを設定しても、意味は同じです。

@sample.css
* {
    font-style:        normal;
    font-variant:      normal;
    font-weight:       bold;
    font-size:           15px;
    font-family:       'MS Pゴシック';
}

body {
    color:                #ea00ea; /* Pink */
}
 Base Set
 File  Edit  Tool  Help

すべての要素にスタイルを設定する

 font-color:ピンク色;
 font-size:15px;
 font-family:
  'MS Pゴシック';


The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2008   /   ご意見、感想、苦情は、 こちらへ...
counter