WEBサイト制作の勉強

WEBサイト制作の勉強の為の解説ブログです。

フェリカテクニカルアカデミー

2015-06-12から1日間の記事一覧

レスポンシブデザイン・可変+固定レイアウト

index.html <html> <head> <meta charset="utf-8"> <title>SAMPLE</title> <link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="style-l.css"> <link rel="stylesheet" href="style-m.css" media="only screen and (min-width:640px) and (max-width:979px)"> </link></link></link></meta></head></html>

レスポンシブデザイン・可変+固定レイアウト

index.html <html> <head> <meta charset="utf-8"> <title>SAMPLE</title> <link rel="stylesheet" href="reset.css"> <link rel="stylesheet" href="style-l.css"> <link rel="stylesheet" href="style-m.css" media="only screen and (min-width:640px) and (max-width:979px)"> </link></link></link></meta></head></html>