レスポンシブデザイン スマホ側のcssが反応ていないぽいです。。
解決策がわからないので助けてください。
<!doctype html> <html> <head> <meta charset="utf-8"/> <title>DISH</title> <link rel="stylesheet" href="kij.css"> <meta name="description" content="dishweb"> <link rel="stylesheet" media="(min-width:768px)" href="CSS/screen.css"> <link rel="stylesheet" media="(max-width:500px)" href="CSS/sm.css"> <body> <div class="content"> <a href="https://dish-on.stores.jp"><img class="img" img src="image/dishh.jpg"> </div></a> <header class="footer"> <fontface="script"><p>© 2021 DISH ,All Rights Reserved</p></header></fontface> </body> </html>
何が違うのかがわかりません。。。
スマートフォンCSS⇩
.body{ box-sizing:border-box; display: flex; flex-direction: column; } .content{ text-align:center; margin-top: 0px; margin-bottom: 0px; } .img{ max-width: 360px; height:360px; } .footer{ height:25px; text-align: center; margin-bottom: 0px; background-color:white; color:grey; }
コードはマークダウンで記述してね。
CSSはどちらのCSSなのか教えてね。
回答1件
あなたの回答
tips
プレビュー