no image

Smart Custom Fields(SCF)

2021/10/02   -wordpress

https://b-risk.jp/blog/2020/10/smart-custom-fields/    

no image

テーブルジェネレータ

2021/08/29   -css, html

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

no image

蛍光ペン効果

2021/02/23   -css

 background:linear-gradient(transparent 60%, #ff6 60%);

no image

何番目系CSS

2021/01/22   -css
 

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

no image

IE11で背景にSVG画像、background-positionが効かない

2021/01/22   -css
 

SVGタグに「preserveAspectRatio=”xMinYMid”」 ただしケースによって以下に変更する必要がある。 xMinYMin xMidYMin xMaxYMin xMinYMid x …

no image

.htaccessにてwwwに統一、かつhttps化

2020/04/09   -サーバー

.htaccessにてwwwに統一、かつhttps化 <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} …

no image

CSSのシャドウ

2020/04/07   -css

https://ics.media/entry/200406/?fbclid=IwAR1dyqZTB6WjXWOnrefCKXttwukvkkseTEWi2Hari_ozzPvgSrj1ADMKO60 …

no image

httaccessのリダイレクトTIPS

2020/04/04   -サーバー

◆同サーバー内でのリダイレクト 1.特定ページへのリダイレクト ▼https://example.com/page.htmlからhttps://example.com/new-page.htmlへ転送 …

no image

Youtubeのレスポンシブ対応

2020/03/26   -css

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

no image

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

2020/03/25   -css

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