メディアクエリとコメント(コピペ用)
2018.09.20 Thu
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ PC Setting ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print { /* printはプリンターへの対応 */ #sample p.ttl { display: block; } }
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ TABLET Setting ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ @media screen and (min-device-width: 768px) and (max-device-width: 1024px) { #sample p.ttl { display: block; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SP Setting ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) { #sample p.ttl { display: none; } }
Warning: Invalid argument supplied for foreach() in /home/xs208195/y-dsn.com/public_html/wordpress/wp-content/themes/ydsn2023/functions.php on line 264