css - Apply two background colors to a text box. -


i have text box want apply background colour to. whilst understand how apply 1 background colour, want know css apply 1 colour 75% of box , 25% of box another.

the best way use gradients.

http://www.colorzilla.com/gradient-editor/


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -