Pastor Rick
Head Administrator
Registered: 07-2005
Location: Texas
Posts: 560
Karma: 11 (+12/-1)
|
Reply ● Quote
|
|
Blue Circles and Stars
Here is another image for which I have no name. This background was an experiment to see if radial-gradients could mix with repeating-radial-gradients.
-------
/* CSS Background */
body {
height: 525px;
background-color:#000000;
background-image:
radial-gradient(#ffffff, rgba(255,255,255,.2) 2px, transparent 20px),
repeating-radial-gradient(#0099ff, rgba(255,255,255,.15) 10px, transparent 36px),
radial-gradient(#cccc00, rgba(255,255,255,.1) 2px, transparent 30px),
radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 10px);
background-size: 440px 350px, 330px 360px, 220px 255px, 130px 150px;
background-position: 0 0, 35px 50px, 130px 260px, 75px 110px;
}
-------

|
1/21/2018, 9:53 pm
|
Link to this post
Send Email to Pastor Rick
Send PM to Pastor Rick
Blog
|