diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-13 10:46:39 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-13 10:46:39 -0400 |
| commit | 7d60d71f1af243b0b10dd12ea0efc846a998b5c0 (patch) | |
| tree | 457397adcb9eaac44ef16a587ff307ea1077bfd7 /public/assets/stars/flyingthroughspace.css | |
| parent | 818d88085e1dc43ed0a83adf5e7916fd0abea52d (diff) | |
| parent | 4838109e2ea23f2fac85b2e8c5945e5563dab51d (diff) | |
merge
Diffstat (limited to 'public/assets/stars/flyingthroughspace.css')
| -rwxr-xr-x | public/assets/stars/flyingthroughspace.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/assets/stars/flyingthroughspace.css b/public/assets/stars/flyingthroughspace.css new file mode 100755 index 0000000..8d867ed --- /dev/null +++ b/public/assets/stars/flyingthroughspace.css @@ -0,0 +1,17 @@ +body { + background-color: black; + margin: 0; + padding: 0; +} + +.star { + /*background-color: white;*/ + /*border-radius: 30px;*/ + width: 1px; + height: 1px; + position: absolute; + background: -moz-radial-gradient(closest-side circle,#FFF,#000); + background: -o-radial-gradient(closest-side circle,#FFF,#000); + background: -webkit-radial-gradient(closest-side circle,#FFF,#000); + background: radial-gradient(closest-side circle,#FFF,#000); +}
\ No newline at end of file |
