#uso {
background: #202a2e;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(34,39,45)),
color-stop(1, rgb(11,63,61))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(34,39,45) 0%,
rgb(11,63,61) 100%
);
background-attachment: fixed !important;
}
最近のコメント