>>656
仕事のメールを待っているのに全然来ない。
暇なので他人のブログを勝手にいじってみる。

.content h3 {
padding:20px;

/* IE10 */
background-image: -ms-linear-gradient(top, #736F73 0%, #000000 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #736F73 0%, #000000 100%);

/* Opera */
background-image: -o-linear-gradient(top, #736F73 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #736F73), color-stop(1, #000000));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #736F73 0%, #000000 100%);

/* Proposed W3C Markup */
background-image: linear-gradient(top, #736F73 0%, #000000 100%);
}

.content h3 a:link {color: #fff;}
.content h3 a:visited {color: #fff;}
.content h3 a:hover {color: #fff;}
.content h3 a:active {color: #fff;}