WebMemo
Webに関する個人的なNoteBook
参考
メモ
- html
<!DOCTYPE html> <html lang="ja">
- head
<head> <title></title> <meta charset = "UTF-8"> <script src="js/jquery-◯.◯.◯.min.js"></script> <script src="js/sample.js"></script> <link rel="stylesheet" href="style.css"> </head>
- footer
<footer> © </footer>
- css
* { margin: 0; padding: 0; list-style: none; text-decoration: none; } #container { color: #333; text-align: center; margin: 0 auto; font-family: ; }
- css レスポンシブ
<meta name="viewport" content="width=device-width"> @media only screen and (max-width:720px) { }
- Pukiwikiの設定
pukiwiki.ini.php skinフォルダ> pukiwiki.skin.php が HTML構造 pukiwiki.css.php が CSS
- pukiwiki footer変更
ja.lng.php