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
KLUGLUG
Blood Service Portal
Commits
7db3029e
Commit
7db3029e
authored
Oct 24, 2019
by
Polavarapu Satya Durga Lalitha Rao Sarma
Browse files
Delete style.css
parent
f2680575
Pipeline
#33485
failed with stage
in 7 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
style.css
deleted
100644 → 0
View file @
f2680575
body
{
margin
:
0
;
padding
:
0
;
background-color
:
maroon
}
div
{
width
:
100%
;
height
:
auto
;
text-align
:
center
;
align-self
:
center
;
margin-top
:
1%
;
}
a
:link
{
color
:
white
;
text-decoration
:
none
;
}
/* visited link */
a
:visited
{
color
:
white
;
text-decoration
:
none
;
}
/* mouse over link */
a
:hover
{
color
:
yellow
;
text-decoration
:
underline
;
}
ul
{
height
:
90px
;
width
:
95%
;
list-style-type
:
none
;
font-family
:
'levoto'
,
sans-serif
;
color
:
black
;
animation
:
animate
60s
linear
;
box-shadow
:
2px
2px
15px
0px
rgba
(
12
,
32
,
56
);
;
border-style
:
none
;
border-radius
:
15px
;
}
.topnav
{
position
:
fixed
;
top
:
10%
;
left
:
5%
;
margin-top
:
-50px
;
margin-left
:
-50px
;
}
li
{
color
:
white
;
display
:
flex
;
float
:
left
;
padding
:
30px
;
font-size
:
18px
;
}
li
:hover
{
color
:
darkred
;
background-color
:
transparent
;
border-radius
:
10px
;
}
@keyframes
animate
{
0
%
{
box-shadow
:
2px
2px
15px
3px
rgba
(
12
,
32
,
56
);
;
}
5
%
{
box-shadow
:
2px
2px
16px
3px
red
;
}
10
%
{
box-shadow
:
2px
2px
17px
3px
Aquamarine
;
}
15
%
{
box-shadow
:
2px
2px
18px
3px
seashell
;
}
20
%
{
box-shadow
:
2px
2px
19px
3px
maroon
;
}
25
%
{
box-shadow
:
2px
2px
19px
3px
green
;
}
30
%
{
box-shadow
:
2px
2px
18px
3px
darkorange
;
}
35
%
{
box-shadow
:
2px
2px
27px
3px
deeppink
;
}
40
%
{
box-shadow
:
2
x
2px
16px
3px
Snow
;
}
45
%
{
box-shadow
:
2px
2px
15px
3px
IndianRed
;
}
50
%
{
box-shadow
:
2px
2px
16px
3px
Cornsilk
;
55%{
box-shadow
:
2px
2px
17px
3px
GreenYellow
;
}
60
%
{
box-shadow
:
2px
2px
18px
3px
Teal
;
}
65
%
{
box-shadow
:
2px
2px
19px
3px
NavajoWhite
;
}
70
%
{
box-shadow
:
2
px2px
18px
3px
YellowGreen
;
}
75
%
{
box-shadow
:
2px
2px
17px
3px
DarkTurquoise
;
}
80
%
{
box-shadow
:
2px
2px
16px
3px
DarkSlateGray
;
}
85
%
{
box-shadow
:
2
px2px
15px
3px
Plum
;
}
90
%
{
box-shadow
:
2px
2px
14px
3px
ForestGreen
;
}
95
%
{
box-shadow
:
2px
2px
13px
3px
Purple
;
}
100
%
{
box-shadow
:
2px
2px
12px
3px
DarkSlateBlue
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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