WEBサイト制作の勉強

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

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

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

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

index.html <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 > <div class="bg-wrapper"> <div class="bg-inner"></div> </div> </body></html>

Google Fontsのコード

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Marhey&display=swap');font-family: 'Kiwi Maru', serif; font-family: 'Marhey', sans-serif;