DESIGN2024.11.26

めっちゃテスト用の記事になりますこちら。しかしご主人、繁盛店の勢いに圧倒されっぷり!

h2タグタイトルでございます~~w

あれ!?ここのはずなんだけどな・・・。

店が無い

h3タグあいうえおおおおお~w

町田に行きました。

なんと、店は移転したのだ。

みのもんた「駅前といったら一等地だよねぇw」

h5 もあるじゃねえか

これいらねぇだろ

これは協調タグ<B> でございます。

これはイタリック<I>でございます。

これは下線<U>でございます。

これは削除線<S> でございます。

これは code <> でございます。

文字色も変更できるらしいですよぉw

↓ hr タグ


  • リストw
  • りすりす
    • いんでんとぉ!

あいう example.com えお

  1. 番号付きリスト
    1. hello
      1. how are you
      2. im fine thankyou and you?
index.jsconsole.log('this is code block.')

引用ブロックです~w
hello

引用ブロック終わり

項目

説明

hello

aiueo

good morning

asdofijawesf

BLUE_CHANNEL

loric

filename.sample.jsconst preventWidth = 768;
const $webtoon = $('.webtoon');
const webtoonBGshowLine = window.matchMedia(`(min-width: ${preventWidth}px)`);
let webtoonPararax;

const resizeHandler = (event) => {
	if (event.matches) {
		webtoonPararax = function() {
			$webtoon.css('background-position-y', - $(window).scrollTop() / 15);
		}
	} else {
		webtoonPararax = function() { return; }
	}
}

webtoonBGshowLine.addEventListener('change', resizeHandler);

resizeHandler(webtoonBGshowLine);

$(window).scroll(function(){
	webtoonPararax();
})

inline code

文章にも codeはある

これやって!$ rm -rf *