【HTML講座】第1回「レスポンシブ対応のレイアウト」最短HTML+CSS
2022-09-04
<テンプレートファイル>
ダウンロードしてお使い下さい。
▼初期テンプレート
html_01.zip
▼完成ファイル
html_01_comp.zip
<index.html>
htmlStart
サイト名
htmlEnd
<import.css>
htmlStart
@charset "UTF-8";
@import url(pc.css) screen and (min-width: 769px);
@import url(smart.css) screen and (max-width...