nakashi94 / Linucl

技育展2022 優秀賞
0 stars 1 forks source link

参考記事: frontend #3

Open ponsAoki opened 2 years ago

ponsAoki commented 2 years ago

time bar作るとき参考: https://dev.to/anshuman_bhardwaj/creating-a-read-progress-bar-in-react-and-tailwindcss-g1n

nakashi94 commented 2 years ago

margin相殺:https://coliss.com/articles/build-websites/operation/css/about-collapsing-margins.html margin相殺が起きる条件はブロック要素が垂直に並んだ時 childrenの型定義:https://maku.blog/p/xenv4bh/ コピーライトに使用するhtmlのsmallタグ:https://html-coding.co.jp/annex/dictionary/html/small/

nakashi94 commented 2 years ago

cssにおける各要素の中央寄せ:https://www.trevo-web.com/tech/css%E3%81%A7%E3%82%A4%E3%83%B3%E3%83%A9%E3%82%A4%E3%83%B3%E8%A6%81%E7%B4%A0%E3%82%84%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF%E8%A6%81%E7%B4%A0%E3%82%92%E4%B8%AD%E5%A4%AE%E5%AF%84%E3%81%9B%E3%81%99

nakashi94 commented 2 years ago

pタグにスペースを入れる方法:https://blog.codecamp.jp/html-space-3tips

nakashi94 commented 2 years ago

setIntervalの止め方:https://pisuke-code.com/js-stoo-or-resume-setinterval/ cssのtransformの使い方:https://developer.mozilla.org/ja/docs/Web/CSS/transform Timeオブジェクトを使った算術の時に出たエラー:https://stackfinder.jp.net/questions/36560806/the-left-hand-side-of-an-arithmetic-operation-must-be-of-type-any-number-or

nakashi94 commented 2 years ago

cssのtransorm-originの使い方:https://web-designer.cman.jp/css_ref/abc_list/transform-origin/