css– tag –
-
YouTube動画の埋め込みをレスポンシブ対応する方法
aspect-ratioで対応させる方法 aspect-ratioはアスペクト比を指定するcssです。アスペクト比とは縦横の比率のことです。 現在の一般的な考え方でいうと最近のテレビは16... -
@font-face
/* ------------------------------------------------------------------------------------ web fonts ウェブフォントファイルを変更した場合はv=1.0の数字を変更(... -
WordPress│ブロックにふわっとフェードインアニメーションを追加する方法
.fadein { opacity: 0; transform: translateY(30px); transition-property: transform, opacity; transition-duration: 1.5s; transition-delay: 0s; } .fadein.is-act... -
たった一行のCSSで複数カードの水平グリッドを簡単に揃えられる! CSSのサブグリッド(subgrid)の基礎知識と使い方
https://zenn.dev/tonkotsuboy_com/articles/css-subgrid-all-browsers https://coliss.com/articles/build-websites/operation/css/about-css-subgrid.html -
ふち
ふち .fuchi { font-family: 'Noto Sans JP'; font-size: 48px; line-height: 88px; font-weight: 500; display: block; letter-spacing: 0.15em; color: rgba(... -
方眼紙のような背景
https://web-dev.tech/front-end/css/graph-paper-background/ -
きらりと光るボタンアニメーション
https://photopizza.design/shiny_btn_animation/ -
CSSグラデーションで抜粋を徐々に消えるように表示
https://hatena19.com/make-excerpts-disappear-gradually-with-css-gradation/
12