over 9 years ago
Hello Readers if you need to show mix colored in the background of the div then instead of using the photoshop images you can also do it by using CSS3.
Lets see the code css for this:-
Here you just have to add this to your div style like this:-
- <div style ="background:-webkit-gradient(radial, 165 0, 0, 220 -257, 465, from(#8664FF), to(#FF4E28))" >This
- is the <br>Example of Beautiful CSS Gradient in CSS<br>
- Findnerd.com
- </div>
<div style ="background:-webkit-gradient(radial, 165 0, 0, 220 -257, 465, from(#8664FF), to(#FF4E28))" >This is the <br>Example of Beautiful CSS Gradient in CSS<br> Findnerd.com </div>
Output:-
0 Comment(s)