CSS test

  • タグ:
  • タグはありません
a {
color: rgba(202, 210, 220, 1.00);
background-color: rgba(0,0,0,0);

}

body {
color: rgba(255, 255, 255, 1.00);
background-color: rgba(0, 0, 0, 1.00);
font-size: 40px;
background-image:-webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 1.00)), to(rgba(47, 47, 55, 1.00)), color-stop(50%, rgba(38, 40, 68, 1.00)));
background-repeat:no-repeat;
background-image:-moz-linear-gradient( 0% 270deg, rgba(0, 0, 0, 1.00), rgba(47, 47, 55, 1.00) ,50% rgba(38, 40, 68, 1.00));
background-image:-webkit-linear-gradient( 0% 270deg, rgba(0, 0, 0, 1.00), rgba(47, 47, 55, 1.00) ,50% rgba(38, 40, 68, 1.00));

}

img {
-webkit-box-reflect: below 0px -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 1.00)) );

}