Chorke Color Scheme: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Collection of Green Banner == | |||
[[Chorke banner like TP-Link.jpg|Chorke banner like TP-Link]] | |||
<gallery> | |||
Chorke banner like TP-Link.jpg|Chorke banner like TP-Link. | |||
</gallery> |
Revision as of 09:32, 15 December 2017
Reference site
Chorke Color Scheme is one of the important most factor. We love green and it's variation
- Gradient Button
- IBBL Banner
- Download Button
- Download Now
- Download Button & Banner
- LaTex Theme
- Angle Matcolors
- Gradient Generator
Collection of Green Gradient
From www.bitbybitblog.com
.cki-banner-bg {
top: 5px;
width: 100%;
height: 100px;
background: #1B6B5B;
/* background-color: #000000; */
/* background-color: #0CBE88; */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33A26A', endColorstr='#1B6B5B');
background: -webkit-gradient(linear, left top, left bottom, from(#33A26A), to(#1B6B5B));
background: -moz-linear-gradient(top, #33A26A, #1B6B5B);
}
Collection of Green Banner
-
Chorke banner like TP-Link.