Jessi93 / WI-Quiz

WI-Quiz code repository
3 stars 2 forks source link

Farben im Spielen Screen ansprechend darstellen #47

Closed milan751 closed 10 years ago

milan751 commented 10 years ago

z.b. mit Farbverlauf?

background-color: #f0e3c5; /* Old browsers / background-image: -moz-linear-gradient(top, #f0e3c5 0%, #e0e3c5 100%); / FF3.6+ / background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); / Chrome,Safari4+ / background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); / Chrome 10+,Safari 5.1+ / background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); / Opera 11.10+ / background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); / W3C / filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); / IE6-9 */

milan751 commented 10 years ago

Anpassunegn mit Farbverlauf vorgenommen.