Quantcast
Channel: 神戸ホームページ制作会社ユニファースの代表ブログ
Viewing all articles
Browse latest Browse all 217

賢威のカスタマイズCSS

$
0
0

トップページに表示される不要なタイトルを消す

/*--------------------------------------------------------
トップページ
--------------------------------------------------------*/

.home .article-header{
display:none;
}

rwd.css用の@media記述

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){




}

お問い合わせフォーム用テーブルのレスポンシブ対応

/*--------------------------------------------------------
フォーム
--------------------------------------------------------*/
table.niretsu th,
table.niretsu td
{
width:100%;
display:block;
box-sizing:border-box;
}

table.niretsu th p,
table.niretsu td p{
margin:0;
}


table.niretsu textarea,table.niretsu input {
    max-width:100%;
    width:100%;
}

 


Viewing all articles
Browse latest Browse all 217

Trending Articles