Warning: Trying to access array offset on false in /home/hysweb/cocohp.com/public_html/wp/wp-content/themes/pro/functions.php on line 837

Warning: Trying to access array offset on false in /home/hysweb/cocohp.com/public_html/wp/wp-content/themes/pro/functions.php on line 838

Warning: Trying to access array offset on false in /home/hysweb/cocohp.com/public_html/wp/wp-content/themes/pro/functions.php on line 839



◎ 様々な演出効果

body全体に枠を入れる

ボーダーをボディ全体を囲む

ボーダーを使ったデザイン演出を紹介します。


<style>
html:before {
content: "";
position: fixed;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
border:10px solid #B40003;//ボーダーの太さ・色
}
</style>