.weather-bg{
width: 100%;
background:rgba(0,0,0,0.5);
padding: 20px 0 0px;
color: white;
bottom: 0;
z-index: 1;
}
背景色のみを透過
css
css.weather-bg{
width: 100%;
background:rgba(0,0,0,0.5);
padding: 20px 0 0px;
color: white;
bottom: 0;
z-index: 1;
}
コメント