Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
BalaSwecha
Water Cycle
Commits
c493815b
Commit
c493815b
authored
Mar 05, 2019
by
NERUSU PRANEETH
Browse files
changed App.cc
parent
1cae504c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/App.css
View file @
c493815b
...
...
@@ -98,35 +98,3 @@ float:right;
body
{
background
:
#0D343A
;
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
rgba
(
13
,
52
,
58
,
1
)
),
to
(
#000000
)
);
background
:
-moz-linear-gradient
(
top
,
rgba
(
13
,
52
,
58
,
1
)
0%
,
rgba
(
0
,
0
,
0
,
1
)
100%
);
overflow
:
hidden
;}
.drop
{
background
:
-webkit-gradient
(
linear
,
0%
0%
,
0%
100%
,
from
(
rgba
(
13
,
52
,
58
,
1
)
),
to
(
rgba
(
255
,
255
,
255
,
0.6
))
);
background
:
-moz-linear-gradient
(
top
,
rgba
(
13
,
52
,
58
,
1
)
0%
,
rgba
(
255
,
255
,
255
,
.6
)
100%
);
width
:
1px
;
height
:
89px
;
position
:
absolute
;
bottom
:
200px
;
-webkit-animation
:
fall
.63s
linear
infinite
;
-moz-animation
:
fall
.63s
linear
infinite
;
}
/* animate the drops*/
@-webkit-keyframes
fall
{
to
{
margin-top
:
900px
;}
}
@-moz-keyframes
fall
{
to
{
margin-top
:
900px
;}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment