Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
} | } | ||
::-moz-selection{ | ::-moz-selection{ | ||
− | background-image:linear-gradient(# | + | background-image:linear-gradient(#000 0%, #fff2a8 100%); |
+ | background-position: left top; | ||
+ | background-repeat: repeat-x; | ||
} | } |
Revision as of 11:16, 6 August 2015
/* CSS playground of Erik van den Berge*/
::selection{
background-image:linear-gradient(#000 0%, #fff2a8 100%);
background-position: left top;
background-repeat: repeat-x;
}
::-moz-selection{
background-image:linear-gradient(#000 0%, #fff2a8 100%);
background-position: left top;
background-repeat: repeat-x;
}
.testcase{
background:#fff2a8;
}