夏の風物詩 - Summer -
行の編集:デザインで背景色を白
/*---------------------------------
画像のマウスオーバー
---------------------------------*/
a:hover img{
opacity:0.7;
transition-duration: 0.7s;
}
【参考URL】https://saruwakakun.com/html-css/reference/h-design
/*---------------------------------
横長 2列バージョン(見出し上下に線)
---------------------------------*/
h3 {
font-size:20px;
color: #40403e;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 2px #686866;/*上線*/
border-bottom: solid 2px #686866;/*下線*/
}
@media (max-width:500px){
h3 {
font-size:18px;
}
}