関連記事

no image

placeholder(プレースホルダー)のCSS

:placeholder-shown { color: #CCCCCC;padding-top: 4px !important; } /* Google Chrome, Safari, Opera 1 …

no image

何番目系CSS

種類 -child -of-type 最初 :first-child :first-of-type 最後 :last-child :last-of-type n番目 :nth-child(n) :nt …

no image

WordPressでgoogleフォント読み込み functions

wp_enqueue_style( ‘googlefonts’, “https://fonts.googleapis.com/css2?family=Meie+Sc …

no image

テーブルジェネレータ

excelからtableタグ作成 https://www.tablesgenerator.com/html_tables  

no image

Youtubeのレスポンシブ対応

.movieはiframeを囲うdivなど .movie { position: relative; width: 100%; padding-top: 56.25%; } .movie iframe …