WEBサイト制作の勉強

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

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

2023-11-17から1日間の記事一覧

11月17日の作業データ(7月開講クラス:Sweet box)

申し込みページ <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>モバイルに特化したwebサイト|お申込み入力ページ</title> <link rel="stylesheet" href="../css/style.css"> </head> <body class="input"> <header> <h1 class="pc-title">Sweet Box<…</h1></header></body></html>

ホバーアニメーション付きのボタン

See the Pen ホバーアニメーション付きのボタン by yachin29 (@yachin29) on CodePen.

vs code でコメントアウトを横並びで表示させる

"emmet.preferences": { "filter.commentAfter": "" }