diff --git a/index.html b/index.html new file mode 100644 index 000000000..430c461bd --- /dev/null +++ b/index.html @@ -0,0 +1,96 @@ + + + + + + + + + 誕生日おめ + + +
+

2021年1月22日

+

茂木たくま

+
+

どうも茂木たくまです。そんな挨拶から始まるyoutuberの茂木さん。

+

そんな彼ですが、本名、顔、年齢などは公開されているのでしょうか

+

様々な謎に包まれてた茂木たくまさんの噂を徹底的に調べて、紹介していきたいと思います!!

+
+  

茂木たくまさんについて

+
+ +

茂木たくまさんが公表しているプロフィールは以下の通りです。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
名前茂木たくま
性別おそらく女
身長2m50cm
体重不明
血液型不明
生年月日2000年1月22日
家族構成不明
+ +

他にも自身のyoutubeで次のように言ってました

+
+ +
+ +
+

顔出しはしているの?

+

顔出しは.....

+

していないようですね.....

+

もしかしたら顔出しするかもしれないので引き続き調査していきたいと思います。

+ + +

年齢は?

+

年齢は.....

+

おそらく20歳なのではないでしょうか.....

+

大学生なのでその付近であることは間違いないと思います。

+ + +

年収は?

+

すいません、調べてみましたがわかりませんでした.....

+

バイトなどはしていないみたいです。まさか収入が無いなんてことはないですよね?

+ +

彼女は?

+

いるようです。遠距離恋愛らしいですね(2019年調べ)

+ + + 

終わりに

+

いかがでしたか?茂木たくまさんは未公開の情報が多いのでわからないところがたくさんありましたが、これからも引き続き調査していきます

+

茂木たくまさんのこれからの活躍を応援していきましょう。

+
+ + + diff --git a/input.js b/input.js new file mode 100644 index 000000000..a77be168a --- /dev/null +++ b/input.js @@ -0,0 +1,13 @@ +function butotnClick(){ + const html = ` +
  • + ${task} + +
  • + `; + + list.innerHTML += html; +} + +let button = document.getElementById('btn'); +button.addEventListener('click', butotnClick); diff --git a/style.css b/style.css new file mode 100644 index 000000000..e7adf9fee --- /dev/null +++ b/style.css @@ -0,0 +1,76 @@ +body{ + text-align: center; + background-color: ghostwhite; + margin:0; +} + +.headee{ + padding-left: 50px; + vertical-align: top; + text-align: left; + color: grey; +} +header { + width: 100%; + padding: 15px 0; + margin: 0 auto; + text-align: center; +} + +.midasi{ + width: auto; + height: 40px; + background-color: darkgray; + vertical-align: middle; + + +} + +table{ + + margin-left: auto; + margin-right: auto; + display: inline; + text-align: center; + +} + +.syoukai{ + width: 500px; + text-align: center; + margin: auto; + padding: auto; + border: solid 1px #333; + margin-bottom: 50px; +} + +.min{ + margin-left: 30px; + margin-right: auto; + width: 200px; + border-left: solid 5px #333; + border-bottom: solid 1px #333; + font-weight: bold; +} + +.moji{ + line-height: 5; +} + +.moji2{ + line-height: 7; +} + +.jiko{ + margin-left: auto; + margin-right: auto; + width: 700px; +} + +footer{ + width: 100%; + height: 60px; + text-align: center; + padding: 50px 0; + background-color: sienna; +}