2022-11-01から1ヶ月間の記事一覧

HTMLの基本 No.001 インライン要素の設定

インライン要素の設定 インライン要素は幅と高さを設定できない ```html <span>インライン要素の設定</span> <span>インライン要素の設定</span> <span>インライン要素の設定</span> <span>インライン要素の設定</span> ``` インライン要素に高さと幅を設定したい場合はブロック要素にするか、ブロック要素で囲み…

コードを投稿できるかの確認

テスト マークダウンで投稿するとコードが投稿できるんですね。 ```scss .videosection { // margin: 0 auto; margin-right: auto; margin-left: auto; text-align: center; video { // display: block; width: 800px; height: auto; // .videomovie { // di…